瀏覽代碼

Update astro.config.mjs

Daniel 2 年之前
父節點
當前提交
6f07c889bd
共有 1 個文件被更改,包括 5 次插入0 次删除
  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'