From 2244a779354a07a9bb47df296e11cd31c58d1df9 Mon Sep 17 00:00:00 2001 From: Zulfikar Ali Muzakir <56808626+zulfikarmuzakir@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:55:05 +0700 Subject: [PATCH] fix: search component missing from PROD environment (#268) Update search component to only be client side for svelte. --- src/components/Navbar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 9e58c74d..0e7a4b7d 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -44,7 +44,7 @@ let links: NavBarLink[] = navBarConfig.links.map(
- + {!siteConfig.themeColor.fixed && (