diff --git a/svelte.config.js b/svelte.config.js index 107d17a..23b05bf 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,7 +12,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: 'index.html' + fallback: '404.html' }), paths: { base: process.argv.includes('dev') ? '' : process.env.BASE_PATH