Skip to content

Commit

Permalink
fix client:only directive
Browse files Browse the repository at this point in the history
  • Loading branch information
appleicat committed Mar 12, 2024
1 parent 274702f commit 83f4c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Page from './_page';
<body
class="bg-black text-white h-svh w-svw overflow-hidden font-['Satoshi']"
>
<Page client:only />
<Page client:only="react" />
</body>
</html>

Expand Down

0 comments on commit 83f4c98

Please sign in to comment.