Update vercel.json

This commit is contained in:
2023-08-03 11:46:52 +07:00
parent 05b8af0c5a
commit 3ce65ed170
+1 -5
View File
@@ -4,11 +4,7 @@
"headers": [ "headers": [
{ {
"key": "Cache-Control", "key": "Cache-Control",
"value": "s-maxage=60" "value": "maxage=604800"
},
{
"key": "Vercel-CDN-Cache-Control",
"value": "max-age=300"
} }
] ]
} }