diff options
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
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', })) }) |