Update client:only attribute in astro.mdx

Astro requires client:only to specify the frontend library used
This commit is contained in:
Jonás Perusquía Morales
2026-03-03 11:27:59 -06:00
committed by GitHub
parent 3894271b17
commit e5bfc602e1

View File

@@ -170,7 +170,7 @@ export const prerender = false;
theme: "dark", theme: "dark",
logo_return_path: "/../" logo_return_path: "/../"
}} }}
client:only client:only="react"
/> />
</body> </body>
</html> </html>