diff --git a/svelte.config.js b/svelte.config.js index 7b85d2f..f7d4cec 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import preprocess from "svelte-preprocess"; -import adapter from '@sveltejs/adapter-node'; +import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = {