We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1611b42 + ccd93f3 commit 877f1fcCopy full SHA for 877f1fc
quartz.layout.ts
@@ -39,6 +39,7 @@ export const defaultContentPageLayout: PageLayout = {
39
Component.Explorer(),
40
],
41
right: [
42
+ Component.Backlinks(),
43
Component.DesktopOnly(Component.TableOfContents()),
44
Component.MobileOnly(Component.Graph()),
45
quartz/components/Graph.tsx
@@ -30,7 +30,7 @@ const defaultOptions: GraphOptions = {
30
localGraph: {
31
drag: true,
32
zoom: true,
33
- depth: 2,
+ depth: 1,
34
scale: 0.5,
35
repelForce: 2,
36
centerForce: 0.2,
0 commit comments