From: Julien Déramond Date: Sun, 3 May 2026 19:13:29 +0000 (+0200) Subject: Docs: add missing mandatory `type` in Shiki config themes X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ee436ef7c2461a0323dd403fa482bbb35bb21699;p=thirdparty%2Fbootstrap.git Docs: add missing mandatory `type` in Shiki config themes --- diff --git a/site/astro.config.ts b/site/astro.config.ts index 40a849d4fd..a8cdc6dbb6 100644 --- a/site/astro.config.ts +++ b/site/astro.config.ts @@ -45,8 +45,8 @@ export default defineConfig({ syntaxHighlight: 'shiki', shikiConfig: { themes: { - light: { ...bootstrapLight, name: '' }, - dark: { ...bootstrapDark, name: '' } + light: { ...bootstrapLight, name: '', type: 'light' }, + dark: { ...bootstrapDark, name: '', type: 'dark' } }, transformers: [ transformerNotationDiff(),