Fix of 404 error

This commit is contained in:
2025-05-08 14:44:25 +02:00
parent 4789f58da8
commit 6d1913e0e5

View File

@@ -39,6 +39,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Fix 404 bug
run: cd dist && cp index.html 404.html && cd ..
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact