Skip to content

Commit

Permalink
wip deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent f358a33 commit 2ce362e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"baseHref": "/preview/",
"outputPath": "dist/",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -74,8 +73,7 @@
"maximumError": "4kB"
}
],
"outputHashing": "all",
"baseHref": "/preview/",
"outputHashing": "all"
},
"development": {
"optimization": false,
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>RetroSki</title>
<base href="/" />
<base href="/preview/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 2ce362e

Please sign in to comment.