will this fix depth?

This commit is contained in:
Heli-o 2024-04-07 16:38:00 +02:00
parent 1d12c761d0
commit 5d45aeea4a

View file

@ -53,7 +53,9 @@ export const defaultListPageLayout: PageLayout = {
localGraph: {
depth: -1,
},
globalGraph: {}
globalGraph: {
depth: -1,
}
}),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),