Skip to content

Commit d8892f5

Browse files
committed
fix(package.json): base href for deployment
1 parent e7a0034 commit d8892f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "ng test",
1616
"commit": "cz",
1717
"prepare": "husky install",
18-
"deploy": "ng deploy --base-href=/angular-boilerplate/"
18+
"deploy": "ng deploy --base-href=/angular-app-boilerplate/"
1919
},
2020
"dependencies": {
2121
"@angular/animations": "~12.2.5",

0 commit comments

Comments
 (0)