daichendt.one/mdsvex.config.js
Alexander Daichendt 53738961bb feat: more progress
2022-06-10 18:30:54 +02:00

18 lines
323 B
JavaScript

import { defineMDSveXConfig as defineConfig } from 'mdsvex';
const config = defineConfig({
layout: {
project: './src/routes/projects/project.layout.svelte',
},
extensions: ['.svelte.md', '.md', '.svx'],
smartypants: {
dashes: 'oldschool',
},
remarkPlugins: [],
rehypePlugins: [],
});
export default config;