link processing

This commit is contained in:
Jacky Zhao
2023-05-31 17:41:44 -04:00
parent 5c6cb6aa9e
commit f4fa0da5d7
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()