Skip to content

Commit 76f15c7

Browse files
committed
- Add react support
- Add draft doc support - Add mdx support - Add threeJS
1 parent e4ad143 commit 76f15c7

10 files changed

Lines changed: 2109 additions & 327 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import { defineConfig } from "astro/config";
2+
import mdx from "@astrojs/mdx";
3+
import react from "@astrojs/react";
24

35
export default defineConfig({
46
site: "https://brookehatton.com",
7+
integrations: [mdx(), react()],
58
markdown: {
69
shikiConfig: {
710
theme: "catppuccin-mocha",

0 commit comments

Comments
 (0)