✨ Added docs written in Markdown
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { mdsvex } from 'mdsvex';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
@@ -14,8 +15,10 @@ const config = {
|
||||
preprocess: [
|
||||
preprocess({
|
||||
postcss: true
|
||||
})
|
||||
}),
|
||||
mdsvex()
|
||||
],
|
||||
extensions: ['.svelte', '.svx'],
|
||||
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
|
||||
Reference in New Issue
Block a user