diff --git a/catalog/firebase.json b/catalog/firebase.json index 171a368b40..9794c2978a 100644 --- a/catalog/firebase.json +++ b/catalog/firebase.json @@ -17,7 +17,16 @@ "headers": [ { "key": "Cache-Control", - "value": "604800" + "value": "max-age=604800" + } + ] + }, + { + "source": "**/[!chunk-]*.js", + "headers": [ + { + "key": "Cache-Control", + "value": "max-age=3600" } ] }, @@ -26,7 +35,7 @@ "headers": [ { "key": "Cache-Control", - "value": "31536000" + "value": "max-age=31536000" } ] }