We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be03e commit b17b91dCopy full SHA for b17b91d
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm ci
41
42
- name: Build Angular app
43
- run: npm run build --prod --base-href=/angular-cop/
+ run: npm run build -- --base-href=/angular-cop/
44
#base-href in an Angular app defines the root path for resolving relative URLs to assets (CSS, JS, etc.).
45
#By default, Angular apps assume they are hosted at the root (/).
46
- name: Upload build artifacts
0 commit comments