diff --git a/src/frontend/svelte.config.js b/src/frontend/svelte.config.js index 794d526..7fa3384 100644 --- a/src/frontend/svelte.config.js +++ b/src/frontend/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-static'; -const config = { kit: { adapter: adapter() } }; +const config = { kit: { adapter: adapter({ strict: false }) } }; export default config;