use proper headers

This commit is contained in:
Elliott Marquez 2023-10-20 15:29:17 -07:00
parent 9388a1d76b
commit 5572d637da

View File

@ -17,7 +17,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "604800"
"value": "max-age=604800"
}
]
},
@ -35,7 +35,7 @@
"headers": [
{
"key": "Cache-Control",
"value": "31536000"
"value": "max-age=31536000"
}
]
}