We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eda00 commit 670e1f7Copy full SHA for 670e1f7
.github/workflows/esbuild.yml
@@ -35,6 +35,8 @@ jobs:
35
run: npm ci
36
- name: Build with esbuild
37
run: npm run build
38
+ - name: Enable SPA behavior
39
+ run: cp dist/index.html dist/404.html
40
- name: Setup Pages
41
uses: actions/configure-pages@v3
42
- name: Upload artifact
0 commit comments