diff options
| author | Berke Güzel <wenekar1@gmail.com> | 2026-01-30 08:30:17 +0300 |
|---|---|---|
| committer | Berke Güzel <wenekar1@gmail.com> | 2026-01-30 08:30:17 +0300 |
| commit | 086e968b4772a5d9aa549821b06a8ef5a7d71751 (patch) | |
| tree | a32cbc34e5b26b1e0f3beeb6fa086720d5fbbc01 /svelte.config.js | |
| parent | 449b5087564f0287aa711a6b974d8ba9390d9406 (diff) | |
stay tuned
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'] }; |
