From eb6f667111e9903719fd2adca5fdd2fd5e927db7 Mon Sep 17 00:00:00 2001 From: Tanzeel159 Date: Sat, 16 Nov 2024 21:46:26 -0600 Subject: [PATCH] default date type updated --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 18f32c309..e96ee4843 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: "modified", + defaultDateType: "created", theme: { fontOrigin: "googleFonts", cdnCaching: true,