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' }) } };