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.
This commit is contained in:
		@@ -18,7 +18,7 @@ const config: QuartzConfig = {
 | 
				
			|||||||
    locale: "en-US",
 | 
					    locale: "en-US",
 | 
				
			||||||
    baseUrl: "quartz.jzhao.xyz",
 | 
					    baseUrl: "quartz.jzhao.xyz",
 | 
				
			||||||
    ignorePatterns: ["private", "templates", ".obsidian"],
 | 
					    ignorePatterns: ["private", "templates", ".obsidian"],
 | 
				
			||||||
    defaultDateType: "created",
 | 
					    defaultDateType: "modified",
 | 
				
			||||||
    theme: {
 | 
					    theme: {
 | 
				
			||||||
      fontOrigin: "googleFonts",
 | 
					      fontOrigin: "googleFonts",
 | 
				
			||||||
      cdnCaching: true,
 | 
					      cdnCaching: true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user