From a65dfd4fef7f88c6609f004de2b2edcb86e78d96 Mon Sep 17 00:00:00 2001 From: Wlad Meixner Date: Tue, 4 Jul 2023 21:50:06 +0200 Subject: [PATCH] feat: add static adapter --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 324d515..b7f053c 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-auto'; +import adapter from '@sveltejs/adapter-static'; import { vitePreprocess } from '@sveltejs/kit/vite'; import tailwind from 'tailwindcss';