modify config

This commit is contained in:
Kaz Saita(WSL2) 2024-02-05 10:43:18 +09:00
parent 23f1e20279
commit 80ce779c64

View file

@ -50,7 +50,7 @@ const config: QuartzConfig = {
Plugin.CreatedModifiedDate({
// you can add 'git' here for last modified from Git
// if you do rely on git for dates, ensure defaultDateType is 'modified'
priority: ["filesystem"],
priority: ["git"],
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting(),