Skip to content

Commit

Permalink
wip angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent c705895 commit f358a33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"baseHref": "/preview",
"baseHref": "/preview/",
"outputPath": "dist/",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -74,7 +74,8 @@
"maximumError": "4kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"baseHref": "/preview/",
},
"development": {
"optimization": false,
Expand Down

0 comments on commit f358a33

Please sign in to comment.