From 421925f75d039f91c8052fd0ce8a0042535b6fa8 Mon Sep 17 00:00:00 2001 From: Zachary Ross Date: Wed, 17 Apr 2024 20:29:33 -0400 Subject: [PATCH] Static site adaptor fix --- .gitignore | 3 ++- svelte.config.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }),