fix(git): deprioritize git, dont fail on non-git content folders

This commit is contained in:
Jacky Zhao
2025-03-18 08:56:06 -07:00
parent 98348afce3
commit 2ccbcb0943
2 changed files with 14 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["git", "frontmatter", "filesystem"],
priority: ["frontmatter", "git", "filesystem"],
}),
Plugin.SyntaxHighlighting({
theme: {