Skip to content

Commit d977f67

Browse files
committed
fix: url for graph widget
1 parent 7baab10 commit d977f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-with-codegen/codebase-visualization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This guide provides a basic overview of graph creation and customization. Like t
2020
width="100%"
2121
height="600px"
2222
scrolling="no"
23-
src={`http://localhost:3000/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`}
23+
src={`https://chadcode.sh/embedded/graph?id=ef312926-286d-4c13-8e09-38e1a47882f1&zoom=0.5`}
2424
className="rounded-xl "
2525
style={{
2626
backgroundColor: "#15141b",

0 commit comments

Comments
 (0)