From 3f89cc730de6ee86d30c21d480d3b9401d7e8d57 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:22:38 -0600 Subject: [PATCH] reverting tests --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 1571e57..08f8596 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: "published", + defaultDateType: "modified", theme: { fontOrigin: "googleFonts", cdnCaching: true,