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 b561080 commit af71966Copy full SHA for af71966
quartz.config.ts
@@ -79,7 +79,7 @@ const config: QuartzConfig = {
79
transformers: [
80
Plugin.FrontMatter(),
81
Plugin.CreatedModifiedDate({
82
- priority: ["frontmatter", "git", "filesystem"],
+ priority: ["git", "frontmatter", "filesystem"],
83
}),
84
Plugin.SyntaxHighlighting({
85
theme: {
0 commit comments