Update astro.config.mjs

pull/5003/head
Daniel 2023-03-24 14:26:11 +05:30
parent a1ed353c31
commit 6f07c889bd
1 changed files with 5 additions and 0 deletions

View File

@ -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'