diff --git a/svelte.config.js b/svelte.config.js index 558a9d0b8..b08d42ee3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -6,6 +6,9 @@ const config = { preprocess: vitePreprocess(), kit: { adapter: staticAdapter({ + pages: 'build', + assets: 'build', + fallback: 'index.html', precompress: true, strict: false })