fix(git): deprioritize git, dont fail on non-git content folders
This commit is contained in:
parent
dc6a9f3b12
commit
771110a72a
2 changed files with 14 additions and 12 deletions
|
@ -57,7 +57,7 @@ const config: QuartzConfig = {
|
|||
transformers: [
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: ["git", "frontmatter", "filesystem"],
|
||||
priority: ["frontmatter", "git", "filesystem"],
|
||||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue