Skip to content

Commit

Permalink
fix: angular basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Nov 24, 2023
1 parent a316d65 commit f71c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sample-angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"add-page": "ng g m pages/page-name --routing && ng g component pages/page-name --skip-tests",
"build": "ng build --configuration development --base-href /angular/",
"build": "ng build --configuration development --base-href '/vechain-dapp-kit/angular/'",
"dev": "ng serve",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"watch": "ng build --watch --configuration development"
Expand Down

0 comments on commit f71c35a

Please sign in to comment.