Add cache header site assets (#1801)

authored by Eric Fennis and committed by GitHub e56b09d4 7e936c88

Changed files
+11
docs
+11
docs/vercel.json
··· 35 35 "destination": "/icons", 36 36 "permanent": false 37 37 } 38 + ], 39 + "headers": [ 40 + { 41 + "source": "/assets/:path*", 42 + "headers": [ 43 + { 44 + "key": "Cache-Control", 45 + "value": "cache-control: public, max-age=31536000, immutable" 46 + } 47 + ] 48 + } 38 49 ] 39 50 }