apps/web/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PUBLIC_APP_NAME
Public variables (exposed to client-side code) Must be prefixed with PUBLIC_ for Astro
PUBLIC_APP_ORIGIN
PUBLIC_GA_MEASUREMENT_ID
NODE_ENV
Build-time variables (only available during build) Since this is a static site, all env vars are build-time only