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.
1 parent 687a784 commit 4b6df2dCopy full SHA for 4b6df2d
quartz.layout.ts
@@ -54,7 +54,6 @@ export const sharedPageComponents: SharedLayout = {
54
GitHub: "https://github.com/nesoy",
55
Twitter: "https://x.com/nesoy_kwon",
56
LinkedIn: "https://www.linkedin.com/in/young-jae-kwon-3514b3141/",
57
- RSS: "https:/nesoy.github.io/index.xml",
58
},
59
}),
60
}
@@ -89,7 +88,7 @@ export const defaultContentPageLayout: PageLayout = {
89
88
],
90
right: [
91
Component.DesktopOnly(Component.TableOfContents()),
92
- Component.Graph(),
+ Component.DesktopOnly(Component.Graph()),
93
Component.Backlinks(),
94
]
95
0 commit comments