Revert "fix: use git dates by default, @napi/git is fast enough"
This reverts commit 5dcb7e83fc.
			
			
This commit is contained in:
		@@ -47,7 +47,7 @@ const config: QuartzConfig = {
 | 
				
			|||||||
      Plugin.FrontMatter(),
 | 
					      Plugin.FrontMatter(),
 | 
				
			||||||
      Plugin.TableOfContents(),
 | 
					      Plugin.TableOfContents(),
 | 
				
			||||||
      Plugin.CreatedModifiedDate({
 | 
					      Plugin.CreatedModifiedDate({
 | 
				
			||||||
        priority: ["frontmatter", "git", "filesystem"],
 | 
					        priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
 | 
				
			||||||
      }),
 | 
					      }),
 | 
				
			||||||
      Plugin.SyntaxHighlighting(),
 | 
					      Plugin.SyntaxHighlighting(),
 | 
				
			||||||
      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
					      Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user