use adapter-static

This commit is contained in:
whidix
2022-12-31 17:46:07 +01:00
parent 128648693f
commit 39061b759d
3 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-node';
import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { mdsvex } from 'mdsvex';