mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
removed filesystem priority as it is not compatible with git
This commit is contained in:
parent
82db469ddd
commit
37c5bd5da4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export interface Options {
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultOptions: Options = {
|
const defaultOptions: Options = {
|
||||||
priority: ["frontmatter", "git", "filesystem"],
|
priority: ["frontmatter", "git"],
|
||||||
}
|
}
|
||||||
|
|
||||||
function coerceDate(fp: string, d: any): Date {
|
function coerceDate(fp: string, d: any): Date {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue