fix: shiki load basic languages initially

This commit is contained in:
三咲智子 2022-12-03 01:40:02 +08:00
parent 1c5ecb678b
commit a58e9ce8bd
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -16,6 +16,8 @@ export function highlightCode(code: string, lang: Lang) {
'vitesse-light',
],
langs: [
'js',
'css',
'html',
],
})