From 173ec240d2ed5b25f18ef42823334ae800b3527d Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 21 Aug 2023 00:50:56 +0000
Subject: [PATCH] fix: jump to anchor on deployed site triggering spa refresh
---
quartz/cfg.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index d8a14a3..e3fee36 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -1,6 +1,6 @@
import { QuartzComponent } from "./components/types"
import { PluginTypes } from "./plugins/types"
-import { Theme } from "./theme"
+import { Theme } from "./util/theme"
export type Analytics =
| null
@@ -45,3 +45,4 @@
}
export type PageLayout = Pick<FullPageLayout, "beforeBody" | "left" | "right">
+export type SharedLayout = Pick<FullPageLayout, "head" | "header" | "footer">
--
Gitblit v1.10.0