mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-08 21:05:48 +01:00
fix: update deps
This commit is contained in:
@@ -39,7 +39,11 @@ export default defineNuxtConfig({
|
||||
},
|
||||
markdown: {
|
||||
remarkPlugins: ['remark-math'],
|
||||
rehypePlugins: ['rehype-katex'],
|
||||
rehypePlugins: {
|
||||
'rehype-katex': {
|
||||
output: 'mathml',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user