We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8057f68 commit fba7021Copy full SHA for fba7021
.github/workflows/static.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
npm i
39
npm run build
40
+ cp dist/spa/index.html dist/spa/404.html
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
0 commit comments