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 9117dd4 commit 0f4aaebCopy full SHA for 0f4aaeb
package.json
@@ -20,7 +20,7 @@
20
"build:netlify": "ng build --configuration netlify",
21
"build:render": "ng build --configuration render",
22
"build:pages": "ng build --configuration pages",
23
- "build:pages2": "ng build --configuration pages --deploy-url /text-compare-angular/",
+ "build:pages2": "ng build --configuration pages2 --base-href /text-compare-angular/",
24
"build:nas": "ng build --configuration nas",
25
"build:cross:env": "rimraf dist compiled && cross-env SOURCE_MAP=0 ng build --configuration production",
26
"test": "ng test",
0 commit comments