From e5bfc602e1ec95fc2c0d3546a6cb60c252511112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1s=20Perusqu=C3=ADa=20Morales?= Date: Tue, 3 Mar 2026 11:27:59 -0600 Subject: [PATCH] Update client:only attribute in astro.mdx Astro requires client:only to specify the frontend library used --- .../docs/(documentation)/integration/(frameworks)/astro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx b/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx index be96c3a..8313f7d 100644 --- a/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx +++ b/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx @@ -170,7 +170,7 @@ export const prerender = false; theme: "dark", logo_return_path: "/../" }} - client:only + client:only="react" />