Skip to content

Commit

Permalink
Merge pull request #3 from Racer159/fix-release
Browse files Browse the repository at this point in the history
fix: correct index.html location in new build system
  • Loading branch information
Racer159 authored Jan 1, 2025
2 parents 9f4d2af + 17c9a74 commit fa7b337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "dist/racer159-com"
"base": "dist/racer159-com",
"browser": "."
},
"index": "src/index.html",
"polyfills": [
Expand Down

0 comments on commit fa7b337

Please sign in to comment.