Update something

This commit is contained in:
tiff 2025-01-19 20:57:43 -05:00
parent f4087dfe57
commit ce208d66a9
6 changed files with 591 additions and 280 deletions

View file

@ -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,
},
});