mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 04:29:31 +01:00
Add: nuxt content v3
This commit is contained in:
@@ -34,14 +34,18 @@ export default defineNuxtConfig({
|
||||
|
||||
// Nuxt Content
|
||||
content: {
|
||||
highlight: {
|
||||
theme: 'github-dark',
|
||||
},
|
||||
markdown: {
|
||||
remarkPlugins: ['remark-math'],
|
||||
rehypePlugins: {
|
||||
'rehype-katex': {
|
||||
output: 'mathml',
|
||||
build: {
|
||||
markdown: {
|
||||
highlight: {
|
||||
theme: 'github-dark',
|
||||
},
|
||||
remarkPlugins: {
|
||||
'remark-math': {},
|
||||
},
|
||||
rehypePlugins: {
|
||||
'rehype-katex': {
|
||||
output: 'mathml',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user