]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add missing mandatory `type` in Shiki config themes
authorJulien Déramond <juderamond@gmail.com>
Sun, 3 May 2026 19:13:29 +0000 (21:13 +0200)
committerJulien Déramond <juderamond@gmail.com>
Sun, 3 May 2026 19:13:29 +0000 (21:13 +0200)
site/astro.config.ts

index 40a849d4fd17ad7d8951750eb3c3087ba6ad1379..a8cdc6dbb6320b2cd60b8127d9fa13bade73662b 100644 (file)
@@ -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(),