From 9b9c3a9a072ae911feeccd5de2573f82449fc984 Mon Sep 17 00:00:00 2001 From: BackwardsUser Date: Sat, 26 Apr 2025 12:01:09 -0400 Subject: [PATCH] This actually did need to be node. --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 5d6f237..0e52b35 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,4 +1,4 @@ -import adapter from '@sveltejs/adapter-static'; +import adapter from '@sveltejs/adapter-node'; /** @type {import('@sveltejs/kit').Config} */ const config = {