From 086e968b4772a5d9aa549821b06a8ef5a7d71751 Mon Sep 17 00:00:00 2001 From: Berke Güzel Date: Fri, 30 Jan 2026 08:30:17 +0300 Subject: stay tuned --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js index d7a9a54..5194591 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,7 +4,7 @@ import mdsvexConfig from './mdsvex.config.js'; /** @type {import('@sveltejs/kit').Config} */ const config = { - kit: { adapter: adapter() }, + kit: { adapter: adapter(), paths: { relative: false } }, preprocess: [mdsvex(mdsvexConfig)], extensions: ['.svelte', '.svx'] }; -- cgit v1.2.3