Added typograf
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import {mdsvex} from "mdsvex";
|
||||
import remarkTypograf from "@mavrin/remark-typograf"
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
extensions: ['.svelte', '.svx'],
|
||||
preprocess: [
|
||||
vitePreprocess(),
|
||||
mdsvex(),
|
||||
mdsvex({
|
||||
remarkPlugins: [remarkTypograf]
|
||||
}),
|
||||
],
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
|
||||
Reference in New Issue
Block a user