This commit is contained in:
2026-01-14 17:15:10 +01:00
parent 172e2600d1
commit a9b2c89636
20 changed files with 2093 additions and 158 deletions

View File

@@ -9,9 +9,6 @@ export default defineConfig({
site: 'https://mintel.me',
integrations: [react(), mdx()],
markdown: {
syntaxHighlight: 'shiki',
shikiConfig: {
theme: 'github-dark'
}
syntaxHighlight: 'prism'
}
});