mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
Testing modifiedDate by changing lastmod.ts priority
This commit is contained in:
parent
3f89cc730d
commit
f8eff0dd49
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue