From c0b73ddaa40576bc391ce9bba0eea922a9a84524 Mon Sep 17 00:00:00 2001
From: Yes365 <ninfovores365@gmail.com>
Date: Mon, 17 Mar 2025 15:27:15 +0000
Subject: [PATCH] fix: maybeDates will change children dates (#1843)

---
 quartz.config.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/quartz.config.ts b/quartz.config.ts
index 51a7551..03ef0d7 100644
--- a/quartz.config.ts
+++ b/quartz.config.ts
@@ -19,7 +19,6 @@
     baseUrl: "quartz.jzhao.xyz",
     ignorePatterns: ["private", "templates", ".obsidian"],
     defaultDateType: "created",
-    generateSocialImages: true,
     theme: {
       fontOrigin: "googleFonts",
       cdnCaching: true,
@@ -58,7 +57,7 @@
     transformers: [
       Plugin.FrontMatter(),
       Plugin.CreatedModifiedDate({
-        priority: ["frontmatter", "filesystem"],
+        priority: ["git", "frontmatter", "filesystem"],
       }),
       Plugin.SyntaxHighlighting({
         theme: {
@@ -88,6 +87,8 @@
       Plugin.Assets(),
       Plugin.Static(),
       Plugin.NotFoundPage(),
+      // Comment out CustomOgImages to speed up build time
+      Plugin.CustomOgImages(),
     ],
   },
 }

--
Gitblit v1.10.0