From a190668c3693869289be7a56941e44e758ad3e0f Mon Sep 17 00:00:00 2001 From: Robonau <30987265+Robonau@users.noreply.github> Date: Tue, 25 Jun 2024 20:03:02 +0100 Subject: [PATCH] index fix --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index d7fe1bec..f1d2c1bc 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -15,7 +15,7 @@ const config = { adapter: adapter({ pages: 'build', assets: 'build', - fallback: '404.html', + fallback: 'index.html', precompress: false }) }