From 63ecc5235766e3836d5ea4842bda4f59f92f0c8e Mon Sep 17 00:00:00 2001 From: Vince Linise Date: Wed, 28 Aug 2024 21:37:26 +0200 Subject: [PATCH] chore: Update Svelte adapter fallback to "/index.html" in svelte.config.js --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index db82384..6c57447 100755 --- a/svelte.config.js +++ b/svelte.config.js @@ -6,7 +6,7 @@ const config = { adapter: adapter({ pages: 'build', assets: 'build', - fallback: undefined, + fallback: "/index.html", precompress: false, strict: true })