From 344632789318d920966006131be41b6a4c4d7feb Mon Sep 17 00:00:00 2001 From: Cassidy Williams Date: Wed, 8 Nov 2023 16:40:35 -0600 Subject: [PATCH] Update code highlight theme --- astro.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 20828a5..baf95f2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,4 +6,10 @@ export default defineConfig({ site: "https://blog.cassidoo.co/", base: "/", integrations: [sitemap()], + markdown: { + shikiConfig: { + theme: "material-theme-darker", + langs: [], + }, + }, });