From 2f3a6d4bd2edb39aa92e73c5008105240782baa7 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 17 Feb 2026 19:23:35 +1300 Subject: [PATCH] docker sucks x400 --- svelte.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index e744595..762ed56 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,6 +1,11 @@ import adapter from '@sveltejs/adapter-node'; /** @type {import('@sveltejs/kit').Config} */ -const config = { kit: { adapter: adapter() } }; +const config = { + kit: { + adapter: adapter(), + csrf: false, + } +}; export default config;