generated from nhcarrigan/template
This commit is contained in:
@@ -3,6 +3,7 @@ import starlight from "@astrojs/starlight";
|
||||
import { ExpressiveCodeTheme } from "@astrojs/starlight/expressive-code";
|
||||
import themeJson from "./src/styles/theme.json";
|
||||
import darkThemeJson from "./src/styles/theme-dark.json";
|
||||
import mermaid from "astro-mermaid";
|
||||
|
||||
import { navigation } from "./src/components/navigation.ts";
|
||||
|
||||
@@ -16,6 +17,7 @@ const sakuraDreamsDark = ExpressiveCodeTheme.fromJSONString(
|
||||
export default defineConfig({
|
||||
site: "https://docs.nhcarrigan.com",
|
||||
integrations: [
|
||||
mermaid(),
|
||||
starlight({
|
||||
components: {
|
||||
Footer: "./src/components/Footer.astro",
|
||||
|
||||
Reference in New Issue
Block a user