link processing

This commit is contained in:
Jacky Zhao 2023-05-31 17:41:44 -04:00
parent 21c007e2fc
commit 3636c052eb
5 changed files with 13 additions and 15 deletions

View file

@ -11,6 +11,7 @@ export default buildQuartz({
},
plugins: {
transformers: [
new LinkProcessing(),
new FrontMatter(),
new GitHubFlavoredMarkdown(),
new Katex(),
@ -18,7 +19,6 @@ export default buildQuartz({
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()