# Cache static assets long-term (Lighthouse: efficient cache lifetimes)
/static/*
  Cache-Control: public, max-age=31536000, immutable

/moment.js
  Cache-Control: public, max-age=31536000, immutable

/paypal.js
  Cache-Control: public, max-age=31536000, immutable

/favicon.ico
  Cache-Control: public, max-age=86400

# Do not cache HTML so users get updates
/index.html
  Cache-Control: no-cache, no-store, must-revalidate
