fix: render code block

This commit is contained in:
三咲智子 2022-11-25 15:25:44 +08:00
parent bbc8ed5307
commit 36ea7f6b4e
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 1 additions and 4 deletions

View file

@ -15,9 +15,6 @@ export function highlightCode(code: string, lang: Lang) {
'vitesse-dark',
'vitesse-light',
],
langs: [
lang,
],
})
})
}