mirror of
https://github.com/dyzulk/dyzulk.github.io.git
synced 2026-01-26 05:45:28 +07:00
Fix SPA routing 404 on GitHub Pages
This commit is contained in:
4
.github/workflows/deploy-site.yml
vendored
4
.github/workflows/deploy-site.yml
vendored
@@ -35,7 +35,9 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: |
|
||||||
|
npm run build
|
||||||
|
cp dist/index.html dist/404.html
|
||||||
env:
|
env:
|
||||||
# Inject secrets/vars from GitHub Repository Settings
|
# Inject secrets/vars from GitHub Repository Settings
|
||||||
VITE_SUPABASE_URL: ${{ vars.VITE_SUPABASE_URL }}
|
VITE_SUPABASE_URL: ${{ vars.VITE_SUPABASE_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user