From 94f77164afd36b6a6aa9e0190735d1c2d0b6ea76 Mon Sep 17 00:00:00 2001 From: bfahrenfort Date: Sun, 10 Sep 2023 15:18:28 -0500 Subject: [PATCH] Quartz sync: Sep 10, 2023, 3:18 PM --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 0ec2026ef..2ed91a1a0 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -3,7 +3,7 @@ import * as Plugin from "./quartz/plugins" const config: QuartzConfig = { configuration: { - defaultDateType: "published", + defaultDateType: "created", pageTitle: "🌱 be-far", enableSPA: true, enablePopovers: true,