The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

Shane McDonald and committed by
GitHub
fbca56f2 eccad3da

+1 -1
+1 -1
quartz.config.ts
··· 18 18 locale: "en-US", 19 19 baseUrl: "quartz.jzhao.xyz", 20 20 ignorePatterns: ["private", "templates", ".obsidian"], 21 - defaultDateType: "created", 21 + defaultDateType: "modified", 22 22 theme: { 23 23 fontOrigin: "googleFonts", 24 24 cdnCaching: true,