This commit is contained in:
parent
59f92ab3bd
commit
7c74a0b446
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue