We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6239412 commit c8892e7Copy full SHA for c8892e7
package.json
@@ -19,7 +19,7 @@
19
"build:azure": "ng build --configuration azure",
20
"build:netlify": "ng build --configuration netlify",
21
"build:render": "ng build --configuration render",
22
- "build:pages": "ng build --configuration pages --base-href /text-compare-angular/",
+ "build:pages": "ng build --configuration pages --base-href /text-compare-angular/ --deploy-url /text-compare-angular/",
23
"build:nas": "ng build --configuration nas",
24
"build:cross:env": "rimraf dist compiled && cross-env SOURCE_MAP=0 ng build --configuration production",
25
"test": "ng test",
0 commit comments