Skip to content

Commit 8783ca3

Browse files
committed
feat: add HeroDiagram component for visualizing signal flow with stages and components
1 parent 58d7f21 commit 8783ca3

9 files changed

Lines changed: 1016 additions & 20 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { defineConfig } from "astro/config";
22

3+
import react from "@astrojs/react";
4+
35
export default defineConfig({
46
site: "https://cryowire.github.io",
5-
});
7+
integrations: [react()],
8+
});

0 commit comments

Comments
 (0)