chore: fix build a43aa7ad
Steve · 2024-12-07 13:17 1 file(s) · +1 −1
src/pages/guestbook.astro +1 −1
13 13
    <h1 class="font-bold text-2xl">Guestbook</h1>
14 14
    <p>Welcome to my little digital guestbook! I built this using PGlite, Railway, Clerk, and <a href="https://pinata.cloud" class="style-link" target="_blank" rel="noreferrer">Pinata</a>, and you can <a href="/posts/building-a-guestbook-with-pglite-clerk-and-pinata" class="style-link">read about it here</a>. Login with your Github account to leave a message!</p>
15 15
    </div>
16 -
    <GuestbookFeed API_URL={import.meta.env.PUBLIC_API_URL} client:load />
16 +
    <GuestbookFeed API_URL={import.meta.env.PUBLIC_API_URL} client:only="react" />
17 17
  </div>
18 18
</PageLayout>