We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b25295 commit 0403b72Copy full SHA for 0403b72
1 file changed
.github/workflows/deploy.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Build
31
run: bun run build
32
33
+ - name: Copy index.html to 404.html for SPA routing
34
+ run: cp dist/index.html dist/404.html
35
+
36
- name: Setup Pages
37
uses: actions/configure-pages@v5
38
0 commit comments