diff --git a/web/svelte.config.js b/web/svelte.config.js index aac39830..b4751daa 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -17,6 +17,9 @@ const config = { precompress: false, strict: true }), + paths: { + relative: false + }, alias: { $components: 'src/components', $i18n: 'i18n',