From 69d5f8f296ed347886222e0b6b3681f71ba7fa14 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Mon, 28 Nov 2022 20:35:33 +0100 Subject: [PATCH] Changed build directory back to .sveltekit folder --- svelte.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 4ea92e5..06d6d45 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -9,8 +9,7 @@ const config = { kit: { csrf: { checkOrigin: false - }, - outDir: 'build' + } } };