removed filesystem priority as it is not compatible with git

This commit is contained in:
Jafeth Garro 2024-09-18 20:45:46 -06:00
parent 82db469ddd
commit 37c5bd5da4

View file

@ -9,7 +9,7 @@ export interface Options {
}
const defaultOptions: Options = {
priority: ["frontmatter", "git", "filesystem"],
priority: ["frontmatter", "git"],
}
function coerceDate(fp: string, d: any): Date {