From 29213cb510df4ef659e8c249fa5c38bae2176d97 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Fri, 7 Jun 2024 00:55:36 +0200 Subject: [PATCH] maybe fixed cf --- svelte.config.js | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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(), } }