Skip to content

Commit

Permalink
Testing modifiedDate by changing lastmod.ts priority
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJafeth committed Sep 19, 2024
1 parent 3f89cc7 commit f8eff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/plugins/transformers/lastmod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface Options {
}

const defaultOptions: Options = {
priority: ["frontmatter", "git", "filesystem"],
priority: ["git", "frontmatter", "filesystem"],
}

function coerceDate(fp: string, d: any): Date {
Expand Down

0 comments on commit f8eff0d

Please sign in to comment.