From 872f1b38aedd53c08dcc822fc65c48af756cee49 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 20 May 2024 01:18:28 +0200 Subject: [PATCH] Fix import of wrong adapter --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index ba1c3b5..a74796c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-auto'; +import adapter from '@sveltejs/adapter-static'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */