1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 23:01:22 +00:00

see if this fixes dates

This commit is contained in:
2025-06-09 21:44:22 -06:00
parent 524209f284
commit e82d3da6ef
2 changed files with 2 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "git", "filesystem"],
priority: ["frontmatter", "git"],
}),
Plugin.SyntaxHighlighting({
theme: {