Quartz sync: Oct 1, 2023, 1:04 AM

This commit is contained in:
bfahrenfort 2023-10-01 01:04:40 -05:00
parent f2bf62289e
commit 407fc31326

View File

@ -45,7 +45,7 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["git", "frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: ["frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.SyntaxHighlighting(),
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),