feat: code highlighting

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