1
0

build: use static adapter

This commit is contained in:
dusk 2024-08-15 12:32:08 +03:00
parent f93c66c0de
commit cdaf8214ed
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -1,4 +1,4 @@
import adapter from "svelte-adapter-bun";
import adapter from '@sveltejs/adapter-static';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import { mdsvex } from 'mdsvex'