Pass Astro server data to the client
The Astro docs provide an example for passing server data to the client. That’s not quite as robust as what I wanted for my requirements, so here’s a slightly different approach:
<!-- `account` is a variable defined in "front matter", i.e. Astro serv...
jordanbrennan.hashnode.dev1 min read