diff --git a/.gitignore b/.gitignore index 8bca039..3da41f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.svelte-kit \ No newline at end of file +.svelte-kit +build/* \ No newline at end of file diff --git a/svelte.config.js b/svelte.config.js index f7871e1..72430f8 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,7 +12,7 @@ const config = { adapter: adapter({ pages:'build', assets:'build', - fallback: undefined, + fallback: 'app.html', precompress: false, strict:true }),