Skip to content

Commit

Permalink
fix: base path needed on gh-pages when not using a custom domain (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies authored May 25, 2024
1 parent 73558dc commit 81bcd16
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 @@ -22,7 +22,7 @@
"start": "ng serve",
"build": "ng build --project ng-qrcode --configuration production",
"build-for-publish": "ng build --project ng-qrcode --configuration production && cp ./README.md ./CHANGES.md ./LICENSE ./dist/ng-qrcode/",
"build-demo-app": "ng build --project=ng-qrcode-demo --configuration production",
"build-demo-app": "ng build --project=ng-qrcode-demo --configuration production --base-href '/ng-qrcode/'",
"publish:gh-pages": "yarn build-demo-app && yarn gh-pages -d ./dist/ng-qrcode-demo/browser -b gh-pages --nojekyll",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 81bcd16

Please sign in to comment.