Skip to content

Commit 550c32a

Browse files
committed
Update layout
1 parent d9932fe commit 550c32a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quartz.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const config: QuartzConfig = {
5858
transformers: [
5959
Plugin.FrontMatter(),
6060
Plugin.CreatedModifiedDate({
61-
priority: ["git", "frontmatter", "filesystem"],
61+
priority: ["frontmatter", "git", "filesystem"],
6262
}),
6363
Plugin.SyntaxHighlighting({
6464
theme: {
@@ -89,7 +89,7 @@ const config: QuartzConfig = {
8989
Plugin.Static(),
9090
Plugin.NotFoundPage(),
9191
// Comment out CustomOgImages to speed up build time
92-
Plugin.CustomOgImages(),
92+
Plugin.CustomOgImages(),
9393
],
9494
},
9595
}

quartz.layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ export const defaultContentPageLayout: PageLayout = {
5555
Component.Explorer(),
5656
],
5757
right: [
58-
Component.Graph(),
5958
Component.DesktopOnly(Component.TableOfContents()),
6059
Component.Backlinks(),
60+
Component.Graph(),
6161
],
6262
}
6363

0 commit comments

Comments
 (0)