Shane McDonald
2025-03-19 fbca56f2783b9e5bfaeffec990990d4330c31b9d
fix(lastmod) Change defaultDateType to "modified" (#1862)

Making this change as per https://github.com/jackyzha0/quartz/issues/1857#issuecomment-2737098252

This is necessary for the `git` source to work properly in the CreatedModifiedDate plugin.
1 files modified
2 ■■■ changed files
quartz.config.ts 2 ●●● patch | view | raw | blame | history
quartz.config.ts
@@ -18,7 +18,7 @@
    locale: "en-US",
    baseUrl: "quartz.jzhao.xyz",
    ignorePatterns: ["private", "templates", ".obsidian"],
    defaultDateType: "created",
    defaultDateType: "modified",
    theme: {
      fontOrigin: "googleFonts",
      cdnCaching: true,