fix: shiki don't load all lang

zio/stable
Anthony Fu 2022-11-30 15:15:26 +08:00
parent 1795bb84b6
commit b150d6d65e
1 changed files with 3 additions and 1 deletions

View File

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