diff --git a/svelte.config.js b/svelte.config.js index e660e7d..9529739 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' }), base: '/client' }, + kit: { adapter: adapter({ pages: 'public' }), path: { base: '/client' } }, extensions: ['.svelte', '.svx', '.md'] };