Skip to content

Commit d87fc97

Browse files
committed
using sveltekit 404 page.
1 parent 9902ee4 commit d87fc97

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
@@ -14,7 +14,7 @@ const config = {
1414
adapter: adapter({
1515
pages: 'build',
1616
assets: 'build',
17-
fallback: '200.html',
17+
fallback: '404.html',
1818
precompress: false,
1919
strict: true
2020
}),

0 commit comments

Comments
 (0)