Update Cache-Control

This commit is contained in:
2023-08-03 11:48:35 +07:00
parent 3ce65ed170
commit 87c4e32612
+1 -1
View File
@@ -4,7 +4,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "maxage=604800"
"value": "public, max-age=604800, must-revalidate"
}
]
}