diff --git a/svelte.config.js b/svelte.config.js index b944a26..e660e7d 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -4,7 +4,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; const config = { preprocess: [vitePreprocess(), mdsvex({ extensions: ['.svx', '.md'] })], - kit: { adapter: adapter({ pages: 'public' }) }, + kit: { adapter: adapter({ pages: 'public' }), base: '/client' }, extensions: ['.svelte', '.svx', '.md'] };