From 6f07c889bdd507f76b9aeb32c2baed3fa189fec4 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:26:11 +0530 Subject: [PATCH] Update astro.config.mjs --- src/config/astro.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/astro.config.mjs b/src/config/astro.config.mjs index 4bc7a9bda..e3d04c527 100644 --- a/src/config/astro.config.mjs +++ b/src/config/astro.config.mjs @@ -6,6 +6,11 @@ export default defineConfig({ // Example: Generate `page.html` instead of `page/index.html` during build. format: 'file' }, + markdown: { + shikiConfig: { + theme: 'dark-plus' + } + }, // base: './dist', srcDir: './src/html', outDir: './dist/pages'