diff --git a/astro.config.mjs b/astro.config.mjs index 5118c6a9..ee7e96f6 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -22,10 +22,24 @@ export default defineConfig({ base: baseConfig.base, outDir: "./build", markdown: { + shikiConfig: { + themes: { + light: "github-light", + dark: "github-dark", + }, + defaultColor: "dark", + }, processor: markdownProcessor(), }, integrations: [ mdx({ + shikiConfig: { + themes: { + light: "github-light", + dark: "github-dark", + }, + defaultColor: "dark", + }, processor: markdownProcessor(), }), sitemap(),