From 598768f9f44f47bcd67071960ac202857f86295e Mon Sep 17 00:00:00 2001 From: Gabriel Chartier Date: Wed, 14 Aug 2024 17:01:37 -0400 Subject: [PATCH] Remove fallback --- svelte.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 6b53e2a..60db8aa 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -6,9 +6,7 @@ const config = { preprocess: vitePreprocess(), kit: { - adapter: adapter({ - fallback: "index.html", - }), + adapter: adapter(), paths: { base: process.env.NODE_ENV === "production" ? process.env.BASE_PATH : "", },