From 0f6f23e300f57f5393e2aca38a2a8d90c6bfb965 Mon Sep 17 00:00:00 2001 From: Bao Nguyen Date: Sat, 11 Mar 2023 20:25:12 +0700 Subject: [PATCH] change build folder --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index f7d4cec..fb3b80e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,7 +4,7 @@ import adapter from '@sveltejs/adapter-auto'; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { - adapter: adapter({ out: 'build' }) + adapter: adapter() },