# Cloudflare Pages security headers, applied to every route.
# https://developers.cloudflare.com/pages/configuration/headers/
/*
  X-Frame-Options: DENY
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
  Permissions-Policy: geolocation=(), microphone=(), camera=()
  Strict-Transport-Security: max-age=63072000; includeSubDomains; preload

# Long-cache the fingerprinted build assets Astro emits under /_astro/.
/_astro/*
  Cache-Control: public, max-age=31536000, immutable
