mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
reverting test
This commit is contained in:
parent
f8eff0dd49
commit
c4b352d7ca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export interface Options {
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultOptions: Options = {
|
const defaultOptions: Options = {
|
||||||
priority: ["git", "frontmatter", "filesystem"],
|
priority: ["frontmatter", "git", "filesystem"],
|
||||||
}
|
}
|
||||||
|
|
||||||
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