From 1646cd1583f0d7da3d32a94772d0c26a59841f90 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 10 Jul 2024 21:59:31 +0200 Subject: [PATCH] Just make it an SPA Signed-off-by: Sam Therapy --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 1567a6a..67e375a 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,7 +13,7 @@ const config = { // If your environment is not supported or you settled on a specific environment, switch out the adapter. // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter({ - fallback: '404.html' + fallback: 'index.html' }) } };