quartz.config.ts
@@ -11,6 +11,7 @@ }, plugins: { transformers: [ new LinkProcessing(), new FrontMatter(), new GitHubFlavoredMarkdown(), new Katex(), @@ -18,7 +19,6 @@ new CreatedModifiedDate({ priority: ['frontmatter', 'filesystem'] // you can add 'git' here for last modified from Git but this makes the build slower }), new LinkProcessing() ], filters: [ new RemoveDrafts()