From 5d45aeea4a890621c8ac0f47571084bc8ce75361 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sun, 7 Apr 2024 16:38:00 +0200 Subject: [PATCH] will this fix depth? --- quartz.layout.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index bd650a9..0399039 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -53,7 +53,9 @@ export const defaultListPageLayout: PageLayout = { localGraph: { depth: -1, }, - globalGraph: {} + globalGraph: { + depth: -1, + } }), Component.DesktopOnly(Component.TableOfContents()), Component.Backlinks(),