diff --git a/svelte.config.js b/svelte.config.js index 1bed903..a74796c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -14,7 +14,7 @@ const config = { adapter: adapter({ pages: 'build', assets: 'build', - fallback: 'index.html', + fallback: undefined, precompress: false, strict: true })