About This Architecture
This deployment uses a modern static site hosting approach:
Components:
GCS Bucket- Stores static filesGo Proxy- Routes subdomains to GCS prefixesCloud CDN- Edge caching for performance
Cache Strategy:
- HTML: 5 minute cache
- Hashed assets (_astro/*): 1 year, immutable
- Images: 1 day cache
Each deployed site gets its own subdomain (e.g., acme-corp.sites.example.com) which maps to a prefix in the GCS bucket.