Skip to content

Commit 4b6df2d

Browse files
committed
Graph View는 Desktop 전용으로 변경한다.
1 parent 687a784 commit 4b6df2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

quartz.layout.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const sharedPageComponents: SharedLayout = {
5454
GitHub: "https://github.com/nesoy",
5555
Twitter: "https://x.com/nesoy_kwon",
5656
LinkedIn: "https://www.linkedin.com/in/young-jae-kwon-3514b3141/",
57-
RSS: "https:/nesoy.github.io/index.xml",
5857
},
5958
}),
6059
}
@@ -89,7 +88,7 @@ export const defaultContentPageLayout: PageLayout = {
8988
],
9089
right: [
9190
Component.DesktopOnly(Component.TableOfContents()),
92-
Component.Graph(),
91+
Component.DesktopOnly(Component.Graph()),
9392
Component.Backlinks(),
9493
]
9594
}

0 commit comments

Comments
 (0)