Longer max age on cache control header for fonts

This commit is contained in:
Jackson Harper
2022-04-27 10:59:50 -07:00
parent 01f8995036
commit a80d5471c4

View File

@ -6,7 +6,7 @@
"headers" : [
{
"key" : "Cache-Control",
"value" : "public,max-age=36000"
"value" : "public,max-age=31536000"
}
]
}