Skip to content

Commit ee436ef

Browse files
Docs: add missing mandatory type in Shiki config themes
1 parent 495618b commit ee436ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/astro.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export default defineConfig({
4545
syntaxHighlight: 'shiki',
4646
shikiConfig: {
4747
themes: {
48-
light: { ...bootstrapLight, name: '' },
49-
dark: { ...bootstrapDark, name: '' }
48+
light: { ...bootstrapLight, name: '', type: 'light' },
49+
dark: { ...bootstrapDark, name: '', type: 'dark' }
5050
},
5151
transformers: [
5252
transformerNotationDiff(),

0 commit comments

Comments
 (0)