Skip to content

Commit

Permalink
fix(assets): change the base href for the gh pages production to down…
Browse files Browse the repository at this point in the history
…load the assets
  • Loading branch information
C0ZEN committed Aug 4, 2021
1 parent a247d43 commit 1d70ecc
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 @@ -64,7 +64,7 @@
"affected:build-storybook": "nx affected:build-storybook --parallel",
"affected:dep-graph": "nx affected:dep-graph --parallel",
"build:website": "nx run website:build --verbose",
"build:website:gh-pages": "nx run website:build --verbose --output-path gh-pages",
"build:website:gh-pages": "nx run website:build --verbose --output-path gh-pages --base-href ngx-achievements",
"build:website:i18n": "nx run website:extract-i18n --verbose",
"storybook:website": "nx run website:storybook",
"storybook:watch:website": "nx run website:watch-storybook",
Expand Down

0 comments on commit 1d70ecc

Please sign in to comment.