pwa adjustments

This commit is contained in:
2023-07-06 13:11:14 +02:00
parent 9c9d447765
commit f970d968c2
3 changed files with 5 additions and 17 deletions

View File

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