Skip to content

Commit

Permalink
Need to have relative path for base
Browse files Browse the repository at this point in the history
  • Loading branch information
AbsentSemicolon committed Sep 2, 2024
1 parent c2e85f0 commit eb7f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build",
"build": "ng build --base-href ./",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit eb7f01e

Please sign in to comment.