From 4811500b1b9c169aac82254d771677cd6dc2a86c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 24 Jul 2023 01:20:43 +0000
Subject: [PATCH] make component resources a proper emitter
---
quartz/plugins/emitters/index.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz/plugins/emitters/index.ts b/quartz/plugins/emitters/index.ts
index 6f1e143..d1149f7 100644
--- a/quartz/plugins/emitters/index.ts
+++ b/quartz/plugins/emitters/index.ts
@@ -4,4 +4,5 @@
export { ContentIndex } from "./contentIndex"
export { AliasRedirects } from "./aliases"
export { Assets } from "./assets"
-export { Static } from "./static"
\ No newline at end of file
+export { Static } from "./static"
+export { ComponentResources } from "./componentResources"
\ No newline at end of file
--
Gitblit v1.10.0