From c38035f7ceaaca7050292997272f06ef45d995e9 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:19:45 -0600 Subject: [PATCH] Second test with defaultDateType, published --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 08f8596..1571e57 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -15,7 +15,7 @@ const config: QuartzConfig = { locale: "en-US", baseUrl: "docs.zen-browser.app", ignorePatterns: ["private", "templates", ".obsidian"], - defaultDateType: "modified", + defaultDateType: "published", theme: { fontOrigin: "googleFonts", cdnCaching: true,