We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8924d66 commit a362917Copy full SHA for a362917
.github/workflows/publish-gh-pages.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: npm run build
30
31
- name: Upload Build
32
- uses: JamesIves/github-pages-deploy-action@v4.5.0
+ uses: JamesIves/github-pages-deploy-action@v4.7.2
33
with:
34
+ folder: build # The folder the action should deploy.
35
branch: gh-pages # The branch the action should deploy to.
- folder: ./build/ # The folder the action should deploy.
static/.nojekyll
svelte.config.js
@@ -8,7 +8,7 @@ const config = {
8
// these options are set automatically — see below
9
pages: 'build',
10
assets: 'build',
11
- fallback: undefined,
+ fallback: '404.html',
12
strict: true
13
}),
14
paths: {
0 commit comments