Switched to adapter static

This commit is contained in:
2023-04-19 10:13:37 +02:00
parent 28b45f8768
commit 93bf436e94
4 changed files with 14 additions and 2 deletions

View File

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