feat: fix katex and mermaid diagrams

This commit is contained in:
2026-04-25 18:02:29 +02:00
parent 7268933a17
commit 931b7d0d4d
6 changed files with 284 additions and 25 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ export default defineConfig({
'@components': fileURLToPath(new URL('./src/components', import.meta.url)),
},
},
assetsInclude: [/\.\/articles\/.*(?!\.(md|scss))'/],
assetsInclude: [/\.\/articles\/.*'/],
})