date test

This commit is contained in:
2024-01-29 16:15:46 +09:00
parent c0b96446c3
commit d90dc20ce3
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "git", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: ["filesystem" , "git", "frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting(),