mirror of https://github.com/ColorlibHQ/AdminLTE
Update astro.config.mjs
parent
a1ed353c31
commit
6f07c889bd
|
@ -6,6 +6,11 @@ export default defineConfig({
|
||||||
// Example: Generate `page.html` instead of `page/index.html` during build.
|
// Example: Generate `page.html` instead of `page/index.html` during build.
|
||||||
format: 'file'
|
format: 'file'
|
||||||
},
|
},
|
||||||
|
markdown: {
|
||||||
|
shikiConfig: {
|
||||||
|
theme: 'dark-plus'
|
||||||
|
}
|
||||||
|
},
|
||||||
// base: './dist',
|
// base: './dist',
|
||||||
srcDir: './src/html',
|
srcDir: './src/html',
|
||||||
outDir: './dist/pages'
|
outDir: './dist/pages'
|
||||||
|
|
Loading…
Reference in New Issue