From 3ae89a1d16b4cdd642cac8bf080cfe952c93e278 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 04 Apr 2025 17:17:57 +0000
Subject: [PATCH] fix(search): make closest sidebar z-index adjustment optional (closes #1905)

---
 quartz/cfg.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index 1c98b93..b5de75d 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -2,7 +2,6 @@
 import { QuartzComponent } from "./components/types"
 import { ValidLocale } from "./i18n"
 import { PluginTypes } from "./plugins/types"
-import { SocialImageOptions } from "./util/og"
 import { Theme } from "./util/theme"
 
 export type Analytics =

--
Gitblit v1.10.0