mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-09-13 12:45:20 +00:00
fix(git): deprioritize git, dont fail on non-git content folders
This commit is contained in:
@@ -57,7 +57,7 @@ const config: QuartzConfig = {
|
||||
transformers: [
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: ["git", "frontmatter", "filesystem"],
|
||||
priority: ["frontmatter", "git", "filesystem"],
|
||||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
|
Reference in New Issue
Block a user