From fbca56f2783b9e5bfaeffec990990d4330c31b9d Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 19 Mar 2025 15:47:16 -0400 Subject: [PATCH] fix(lastmod) Change defaultDateType to "modified" (#1862) Making this change as per https://github.com/jackyzha0/quartz/issues/1857#issuecomment-2737098252 This is necessary for the `git` source to work properly in the CreatedModifiedDate plugin. --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 195f521..efe9648 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -18,7 +18,7 @@ const config: QuartzConfig = { locale: "en-US", baseUrl: "quartz.jzhao.xyz", ignorePatterns: ["private", "templates", ".obsidian"], - defaultDateType: "created", + defaultDateType: "modified", theme: { fontOrigin: "googleFonts", cdnCaching: true,