mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
17 lines
346 B
TypeScript
17 lines
346 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',
|
|
],
|
|
}
|
|
}
|