Skip to content

Commit 0aaebe5

Browse files
committed
fix: use the plural repo name for the GitHub Pages baseHref
The demo deploys under https://muuvmuuv.github.io/angular-extended-builders/ (the repository name is plural), but the github-pages build used the singular /angular-extended-builder/ baseHref, so every asset returned 404. Match it to the repository path.
1 parent e1cf6bf commit 0aaebe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/app/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"github-pages": {
3636
"subresourceIntegrity": true,
3737
"outputHashing": "all",
38-
"baseHref": "/angular-extended-builder/"
38+
"baseHref": "/angular-extended-builders/"
3939
},
4040
"development": {
4141
"optimization": false,

0 commit comments

Comments
 (0)