Update code highlight theme

This commit is contained in:
Cassidy Williams
2023-11-08 16:40:35 -06:00
parent 651b65c00f
commit 3446327893

View File

@@ -6,4 +6,10 @@ export default defineConfig({
site: "https://blog.cassidoo.co/", site: "https://blog.cassidoo.co/",
base: "/", base: "/",
integrations: [sitemap()], integrations: [sitemap()],
markdown: {
shikiConfig: {
theme: "material-theme-darker",
langs: [],
},
},
}); });