From 7d33cb1a09662f15df97883fffe1e9cee3aa20e2 Mon Sep 17 00:00:00 2001 From: William Faircloth Date: Thu, 18 Jul 2024 18:15:27 -0400 Subject: [PATCH] chore: adapter auto --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index a60683f..d2f542e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-static'; +import adapter from '@sveltejs/adapter-auto'; import { vitePreprocess } from '@sveltejs/kit/vite'; /** @type {import('@sveltejs/kit').Config} */