diff --git a/svelte.config.js b/svelte.config.js index 5b96135..adaf668 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,18 +7,6 @@ export default { preprocess: vitePreprocess(), kit: { - adapter: adapter({ - // See below for an explanation of these options - routes: { - include: ['/*'], - exclude: [''] - }, - platformProxy: { - configPath: 'wrangler.toml', - environment: undefined, - experimentalJsonConfig: false, - persist: false - } - }) + adapter: adapter(), } }