adding some sort of articles section

This commit is contained in:
2023-12-22 23:55:42 +01:00
parent 11b3185cea
commit 6e2374e528
22 changed files with 114 additions and 229 deletions

View File

@ -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;