1
0
Fork 0
blog/.rehyperc

13 lines
170 B
Text
Raw Permalink Normal View History

{
"plugins": [
[
"@shikijs/rehype",
{
"themes": {
"light": "one-light",
"dark": "one-dark-pro"
}
}
]
]
}