From d9ba33da8ee6768fe5fa511024aac51a5fff2d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 25 Dec 2022 16:40:35 +0100 Subject: [PATCH] =?UTF-8?q?Was=20it=20about=20the=20edge=20function?= =?UTF-8?q?=E2=80=A6=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 6bedeed..2fb64f2 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -18,7 +18,7 @@ const config = { kit: { adapter: adapter({ - edge: true + // edge: true }), alias: { $components: 'src/components',