diff --git a/svelte.config.js b/svelte.config.js index f45fe5a..c6375b0 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,10 +13,6 @@ 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({ - routes: { - include: ['/*'], - exclude: [''] - } }) } };