switch deploy method

This commit is contained in:
2023-07-05 23:39:36 +02:00
parent 093dfa9033
commit 0e19b7b0d3
8 changed files with 44 additions and 20 deletions

View File

@@ -5,7 +5,12 @@ import preprocess from "svelte-preprocess"
const config = {
preprocess: [preprocess()],
kit: {
adapter: adapter(),
paths: {
relative: false,
},
adapter: adapter({
fallback: "200.html",
}),
},
}