From cdaf8214edafcabce321e6b0b2854cbd42cee0eb Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 15 Aug 2024 12:32:08 +0300 Subject: [PATCH] build: use static adapter --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index b31f193..ef43ba2 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -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'