From 19e18c4b2a300d2934ef932bb4338f16ac9e1ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 25 Dec 2022 17:01:46 +0100 Subject: [PATCH] Switch to adapter-auto --- svelte.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 0af0c43..b197064 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import preprocess from 'svelte-preprocess' -import adapter from '@sveltejs/adapter-cloudflare' +import adapter from '@sveltejs/adapter-auto' import { fileURLToPath } from 'url' import { dirname } from 'path' @@ -18,7 +18,7 @@ const config = { kit: { adapter: adapter({ - // edge: true + // edge: true, }), alias: { $components: 'src/components',