From 183d9ec4ee1d1269d3c2c2f6be764a0ce4888e21 Mon Sep 17 00:00:00 2001 From: NamitBhutani Date: Sun, 14 May 2023 19:44:20 +0530 Subject: [PATCH] not on edge as of now --- svelte.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index e91eda3..b04228f 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,9 +11,7 @@ const config = { // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. // 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({ - runtime: 'edge' - }) + adapter: adapter({}) } };