From 2774e976d20226df1554ebddd6c7d2e390cae42d Mon Sep 17 00:00:00 2001
From: 松浦 知也 Matsuura Tomoya <me@matsuuratomoya.com>
Date: Mon, 21 Aug 2023 15:45:47 +0000
Subject: [PATCH] fix: opts being overriden in graph option (#384)

---
 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