From f1c9cf8c305dc3f2502af428334ece819980c441 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 9 Dec 2023 17:17:28 +0100 Subject: [PATCH] Revert "Add 404 page as fallback page" This reverts commit 4616c6252a66c3b2047b09ecf19a134526691eaf. --- ui/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/svelte.config.js b/ui/svelte.config.js index d792a1d..31e4a20 100644 --- a/ui/svelte.config.js +++ b/ui/svelte.config.js @@ -9,7 +9,7 @@ const config = { kit: { adapter: adapter({ - fallback: '404.html' + fallback: 'index.html' }), } };