Merge pull request #359 from jonaspm/patch-1

Update client:only attribute in astro.mdx
This commit is contained in:
Cameron Pak
2026-03-03 11:37:59 -06:00
committed by GitHub

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>