mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-07-09 17:18:24 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
import { defineConfig } from "astro/config";
|
|
|
|
export default defineConfig({
|
|
output: "static",
|
|
markdown: {
|
|
shikiConfig: {
|
|
theme: "github-light",
|
|
},
|
|
},
|
|
});
|