vercel.json 235 B

12345678910111213141516
  1. {
  2. "github": {
  3. "silent": true
  4. },
  5. "headers": [
  6. {
  7. "source": "/assets/(.*)",
  8. "headers": [
  9. {
  10. "key": "Cache-Control",
  11. "value": "max-age=31536000, immutable"
  12. }
  13. ]
  14. }
  15. ]
  16. }