added mdsvex
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import { mdsvex } from 'mdsvex';
|
||||
|
||||
const missingPaths = [
|
||||
// "/games/swordsnstuff",
|
||||
@@ -23,6 +24,13 @@ const config = {
|
||||
handleMissingId: 'ignore',
|
||||
},
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
preprocess: [
|
||||
vitePreprocess(),
|
||||
mdsvex({
|
||||
extensions: ['.md']
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user