Skip to content

Commit

Permalink
contact component set to server:defer to work with islands
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMarAntonsson committed Dec 12, 2024
1 parent a4a2e04 commit b40c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const pageTitle = "Contact";
<section>
<div>
<!-- // Styling Requires Tailwind CSS -->
<ContactForm client:load />
<ContactForm server:defer />
</div>
</section>
</DefaultLayout>

0 comments on commit b40c11b

Please sign in to comment.