Skip to content

Commit 0403b72

Browse files
committed
404の解決
1 parent 8b25295 commit 0403b72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Build
3131
run: bun run build
3232

33+
- name: Copy index.html to 404.html for SPA routing
34+
run: cp dist/index.html dist/404.html
35+
3336
- name: Setup Pages
3437
uses: actions/configure-pages@v5
3538

0 commit comments

Comments
 (0)