adding some sort of articles section
This commit is contained in:
@ -2,6 +2,9 @@ import { defineMDSveXConfig as defineConfig } from "mdsvex";
|
||||
|
||||
const config = defineConfig({
|
||||
extensions: [".svelte.md", ".md", ".svx"],
|
||||
layout: {
|
||||
guides: 'src/routes/guides/guides.svelte'
|
||||
},
|
||||
|
||||
smartypants: {
|
||||
dashes: "oldschool",
|
||||
@ -11,4 +14,4 @@ const config = defineConfig({
|
||||
rehypePlugins: [],
|
||||
});
|
||||
|
||||
export default config;
|
||||
export default config;
|
||||
Reference in New Issue
Block a user