From b241863c3b6a10d886d6b84514c49e0196ae5f4d Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 11 Dec 2024 22:36:22 +0100 Subject: feat: update domain --- svelte.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index 66a5f92..bc825ab 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -5,9 +5,9 @@ const dev = process.argv.includes('dev') /** @type {import('@sveltejs/kit').Config} */ const config = { - preprocess: vitePreprocess(), - kit: { - adapter: adapter({ + preprocess: vitePreprocess(), + kit: { + adapter: adapter({ pages: 'build', assets: 'build', fallback: undefined, @@ -17,7 +17,7 @@ const config = { paths: { base: dev ? '' : process.env.BASE_PATH } - } + } }; export default config -- cgit v1.2.3