Fix import of wrong adapter

This commit is contained in:
Neshura 2024-05-20 01:18:28 +02:00
parent 68a2540e76
commit 872f1b38ae
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto'; import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */ /** @type {import('@sveltejs/kit').Config} */