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 dc6a9f3b12
commit 771110a72a
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: {