How to Add HTTP Password on an Astro Site
So you just built a site with Astro, and now you need to lock it down. Maybe it is a work-in-progress for a client, or an internal tool you do not want indexed by search engines. You could set up a VPN, configure nginx auth, or install an n…