Skip to content

Commit dbeec17

Browse files
committed
kit: not found is 404.html
1 parent 20e6b0c commit dbeec17

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
@@ -7,7 +7,7 @@ const config = {
77
preprocess: vitePreprocess(),
88
kit: {
99
adapter: adapter({
10-
fallback: "index.html",
10+
fallback: "404.html",
1111
assets: "dist",
1212
pages: "dist",
1313
}),

0 commit comments

Comments
 (0)