mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
18 lines
369 B
TypeScript
18 lines
369 B
TypeScript
export default {
|
|
apiPrefix: 'api',
|
|
nestedProperties: ['categories.slug'],
|
|
markdown: {
|
|
prism: {
|
|
theme: 'prism-themes/themes/prism-darcula.css'
|
|
},
|
|
remarkPlugins: [
|
|
'remark-squeeze-paragraphs',
|
|
'remark-slug',
|
|
'remark-autolink-headings',
|
|
'remark-external-links',
|
|
'remark-footnotes',
|
|
'remark-mermaid'
|
|
],
|
|
}
|
|
}
|