diff --git a/composables/shiki.ts b/composables/shiki.ts index 67e6d7fe..8bee2a8b 100644 --- a/composables/shiki.ts +++ b/composables/shiki.ts @@ -15,7 +15,9 @@ export function highlightCode(code: string, lang: Lang) { 'vitesse-dark', 'vitesse-light', ], - langs: [], + langs: [ + 'html', + ], }) }) }