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