make component resources a proper emitter

This commit is contained in:
Jacky Zhao 2023-07-23 18:20:43 -07:00
parent 236ba56be1
commit 4811500b1b
7 changed files with 163 additions and 177 deletions

View file

@ -95,6 +95,7 @@ const config: QuartzConfig = {
filters: [Plugin.RemoveDrafts()],
emitters: [
Plugin.AliasRedirects(),
Plugin.ComponentResources(),
Plugin.ContentPage({
...sharedPageComponents,
...contentPageLayout,