Skip to content

Commit e592666

Browse files
author
dbkatz2003
committed
Change fallback to index.html for GitHub Pages
1 parent d3566d4 commit e592666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = {
66
adapter: adapter({
77
pages: 'build',
88
assets: 'build',
9-
fallback: '200.html',
9+
fallback: 'index.html',
1010
precompress: false,
1111
strict: false
1212
})

0 commit comments

Comments
 (0)