Update something
This commit is contained in:
parent
f4087dfe57
commit
ce208d66a9
6 changed files with 591 additions and 280 deletions
|
@ -28,7 +28,7 @@ export default defineConfig({
|
|||
],
|
||||
shikiConfig: {
|
||||
// For more themes, visit https://shiki.style/themes
|
||||
themes: { light: "github-light", dark: "material-theme-palenight" },
|
||||
themes: { light: "catppuccin-latte", dark: "catppuccin-frappe" },
|
||||
wrap: true,
|
||||
},
|
||||
},
|
||||
|
@ -38,7 +38,4 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
scopedStyleStrategy: "where",
|
||||
experimental: {
|
||||
contentLayer: true,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue