diff --git a/apps/main/svelte.config.js b/apps/main/svelte.config.js index 22b3030..c5acded 100644 --- a/apps/main/svelte.config.js +++ b/apps/main/svelte.config.js @@ -6,6 +6,9 @@ const config = { preprocess: [vitePreprocess()], kit: { + paths: { + relative: false, + }, adapter: adapter({ pages: "build", assets: "build",