Skip to content

Commit

Permalink
Add baseHref for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
a.strutz committed Jan 17, 2024
1 parent 8c8f0b4 commit 9fb9df0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
"maximumError": "4kb"
}
],
"outputHashing": "all"
"outputHashing": "all",
"baseHref": "astrutz.github.io/amazing/"
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"baseHref": "astrutz.github.io/amazing/"
}
},
"defaultConfiguration": "production"
Expand Down

0 comments on commit 9fb9df0

Please sign in to comment.