summaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 3e8e3dd..8c97a79 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -82,7 +82,7 @@ export function GraphPage() {
return headingNodes.map((headingNode) => ({
source: headingNode.id,
target: fileNode.id,
- type: 'id',
+ type: 'parent',
}))
})