Skip to content

Commit

Permalink
modifico el base
Browse files Browse the repository at this point in the history
  • Loading branch information
GastonFdz committed Apr 4, 2024
1 parent 246118f commit a49ba42
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"deployUrl": "/fe-portfolio/",
"outputPath": "dist/fe-portfolio",
"deployUrl": "/",
"outputPath": "dist/",
"index": "src/index.html",
"browser": "src/main.ts",
"sourceMap": true,
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<base href="/fe-portfolio/">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">

<style>html,body{height:100%;background-color:#000!important;font-family:Arial,sans-serif;font-size:16px;line-height:1.6}body{display:flex;flex-direction:column;min-height:100vh;margin:0}
</style><link rel="stylesheet" href="/fe-portfolio/styles-KYLOXM5J.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="/fe-portfolio/styles-KYLOXM5J.css"></noscript></head>
</style><link rel="stylesheet" href="/styles-KYLOXM5J.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="/styles-KYLOXM5J.css"></noscript></head>

<body>
<app-root></app-root>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script src="/fe-portfolio/polyfills-RT5I6R6G.js" type="module"></script><script src="/fe-portfolio/main-2EYRANWY.js" type="module"></script></body>
<script src="/polyfills-RT5I6R6G.js" type="module"></script><script src="/main-2EYRANWY.js" type="module"></script></body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<base href="/fe-portfolio/">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand Down

0 comments on commit a49ba42

Please sign in to comment.