diff --git a/svelte.config.js b/svelte.config.js index 821e4ea..5d157b3 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -25,7 +25,7 @@ const config = { }, paths: { relative: false, - base: process.env.NODE_ENV === 'production' ? '' : '' + base: process.env.NODE_ENV === 'production' ? base : base } } };