Explorar o código

Update astro.config.mjs

Daniel %!s(int64=2) %!d(string=hai) anos
pai
achega
6f07c889bd
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/config/astro.config.mjs

+ 5 - 0
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'