# Immutable assets (hashed filenames)
/_app/immutable/*
  Cache-Control: public, max-age=31536000, immutable

# HTML and other assets - cache 1 hour, then revalidate
/*
  Cache-Control: public, max-age=3600, must-revalidate
