From 8fcd5353c7637cbbf3c0d545e184ad26ee161625 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Tue, 16 Dec 2025 11:58:02 -0500 Subject: [PATCH] Fix: Change SitesList to client:only to prevent SSR QueryClient error --- src/pages/shim/sites.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/shim/sites.astro b/src/pages/shim/sites.astro index b0921ba..ebb11f1 100644 --- a/src/pages/shim/sites.astro +++ b/src/pages/shim/sites.astro @@ -69,7 +69,7 @@ const { data: sites, total } = await getSites({ limit: 100 });

Client-Side React Component (with mutations)

- +