fix: don't load all languages for code

This commit is contained in:
三咲智子 2022-11-25 15:55:54 +08:00
parent 00544f4604
commit c475ed3857
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

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