diff --git a/svelte.config.js b/svelte.config.js index 71bdfe6..a7a9530 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,7 +4,12 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: vitePreprocess(), - kit: { adapter: adapter() }, + kit: { + adapter: adapter(), + paths: { + relative: false, + }, + }, }; export default config;