host.config.json 254 B

123456789101112131415
  1. {
  2. "hosting": {
  3. "headers": [
  4. {
  5. "source": "/build/p-*",
  6. "headers": [
  7. {
  8. "key": "Cache-Control",
  9. "value": "max-age=31556952, s-maxage=31556952, immutable"
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }