From f180f7b8265d5e24fdad5ff4c99c5a758f8752f7 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 20 May 2024 02:20:11 +0200 Subject: [PATCH] Remove superfluous fallback option --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })