This commit is contained in:
parent
7c74a0b446
commit
54ae14ed2c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
preprocess: [vitePreprocess(), mdsvex({ extensions: ['.svx', '.md'] })],
|
preprocess: [vitePreprocess(), mdsvex({ extensions: ['.svx', '.md'] })],
|
||||||
kit: { adapter: adapter({ pages: 'public' }), path: { base: '/client' } },
|
kit: { adapter: adapter({ pages: 'public' }), paths: { base: '/client' } },
|
||||||
extensions: ['.svelte', '.svx', '.md']
|
extensions: ['.svelte', '.svx', '.md']
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue