From 4474a474f32443aaf0cb4bd6bc0a5de941eb4222 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sat, 7 Oct 2023 14:36:08 -0500 Subject: [PATCH] Quartz sync: Oct 7, 2023, 2:36 PM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index f2281edd5..3443df316 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -45,7 +45,7 @@ const config: QuartzConfig = { Plugin.FrontMatter(), Plugin.TableOfContents(), Plugin.CreatedModifiedDate({ - priority: ["frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower + priority: ["frontmatter", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower }), Plugin.SyntaxHighlighting(), Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),