Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 4ee7350

Browse files
committed
mermaid in mdx
1 parent e4a361a commit 4ee7350

File tree

9 files changed

+1028
-20
lines changed

9 files changed

+1028
-20
lines changed

astro.config.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @ts-check
22
import { defineConfig } from "astro/config";
3+
import mdx from "@astrojs/mdx";
34
import starlight from "@astrojs/starlight";
45

56
// https://astro.build/config
@@ -29,5 +30,6 @@ export default defineConfig({
2930
},
3031
],
3132
}),
33+
mdx(),
3234
],
3335
});

0 commit comments

Comments
 (0)