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: [], + }, + }, });