diff --git a/svelte.config.js b/svelte.config.js index b7ccc25..de59b4e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,7 +8,13 @@ const config = { preprocess: vitePreprocess(), kit: { - adapter: adapter() + adapter: adapter({ + pages: 'build', + assets: 'build', + fallback: undefined, + precompress: false, + strict: true + }) }, trailingSlash: 'always' };