Skip to content

Commit

Permalink
fix: add react to client:load
Browse files Browse the repository at this point in the history
  • Loading branch information
keksiqc committed Oct 21, 2024
1 parent 9ce79df commit 97530cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { title } = Astro.props
<title>{title}</title>
</head>
<body>
<WaveBackground client:only />
<WaveBackground client:only="react" />
<slot />
</body>
</html>

0 comments on commit 97530cf

Please sign in to comment.