Skip to content

Commit 877f1fc

Browse files
committed
Merge branch 'v4' of github.com:bldl/bldl-js-proposals into v4
merge pull
2 parents 1611b42 + ccd93f3 commit 877f1fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

quartz.layout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const defaultContentPageLayout: PageLayout = {
3939
Component.Explorer(),
4040
],
4141
right: [
42+
Component.Backlinks(),
4243
Component.DesktopOnly(Component.TableOfContents()),
4344
Component.MobileOnly(Component.Graph()),
4445
],

quartz/components/Graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const defaultOptions: GraphOptions = {
3030
localGraph: {
3131
drag: true,
3232
zoom: true,
33-
depth: 2,
33+
depth: 1,
3434
scale: 0.5,
3535
repelForce: 2,
3636
centerForce: 0.2,

0 commit comments

Comments
 (0)