Skip to content

Commit f75a713

Browse files
authored
Change fallback from 'plaintext' to 'index.html'
try fix 404 error
1 parent 267ad1f commit f75a713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
environment: undefined,
1515
persist: undefined
1616
},
17-
fallback: 'plaintext',
17+
fallback: 'index.html',
1818
routes: {
1919
include: ['/*'],
2020
exclude: ['<all>']

0 commit comments

Comments
 (0)