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'