Changed a few parameters for the graph component of the layout

This commit is contained in:
2025-11-23 17:18:17 -05:00
parent 43740709ce
commit ffc33324af

View File

@@ -41,7 +41,15 @@ export const defaultContentPageLayout: PageLayout = {
Component.Explorer(), Component.Explorer(),
], ],
right: [ right: [
Component.Graph(), Component.Graph({
localGraph: {
showTags: false,
zoom: false
},
globalGraph: {
showTags: false
}
}),
Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(), Component.Backlinks(),
], ],