From 46415dec887b803fd7f2fcddbf368de50f1550c7 Mon Sep 17 00:00:00 2001 From: Matas Date: Tue, 8 Apr 2025 15:37:59 +0300 Subject: [PATCH] fix: svelte component definition in the html code to use client:only="svelte" (#336) --- 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 6618a59c..31b1fdce 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -50,7 +50,7 @@ let links: NavBarLink[] = navBarConfig.links.map( )} - +