Skip to content

Commit

Permalink
fix: astro/missing-client-only-directive-value
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Apr 2, 2024
1 parent 32b536a commit dab721b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ const description = `A in-browser transpiler and bundler for React.js and Typesc
<p class="mt-2 text-center">
Checkout the source code on <Link href={externalLinks.projects.tsxBundler.sourceCode}>Github</Link>
</p>
<TsxRoot client:only />
<TsxRoot client:only="svelte" />
</div>
</ContentLayout>

0 comments on commit dab721b

Please sign in to comment.