From b991cf2ee8a456a15f2b566843d93a9b7a9a0c29 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 23 Aug 2023 04:30:31 +0000
Subject: [PATCH] fix: spa hijacks back button (closes #400)
---
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..da95d49 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"
--
Gitblit v1.10.0