mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
Update client:only attribute in astro.mdx
Astro requires client:only to specify the frontend library used
This commit is contained in:
committed by
GitHub
parent
3894271b17
commit
e5bfc602e1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user