Skip to content

Commit fa81428

Browse files
committed
fix: try 200.html
1 parent f6b1693 commit fa81428

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

svelte.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import { mdsvex } from "mdsvex";
66
const config = {
77
preprocess: [vitePreprocess(), mdsvex()],
88
kit: {
9-
adapter: adapter(),
9+
adapter: adapter({
10+
fallback: "200.html",
11+
}),
1012
alias: {
1113
$features: "./src/features",
1214
},

0 commit comments

Comments
 (0)