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 d0e10be commit c4d7fa8Copy full SHA for c4d7fa8
.github/workflows/node.js.yml
@@ -34,6 +34,9 @@ jobs:
34
- run: npm install -g @angular/cli > /dev/null
35
- run: ng build --output-path dist
36
37
+ - name: Copy index.csr.html to index.html
38
+ run: cp dist/browser/index.csr.html dist/browser/index.html
39
+
40
- name: Copy index.html to 404.html
41
run: cp dist/browser/index.html dist/browser/404.html
42
0 commit comments