diff --git a/firebase.json b/firebase.json index 2c33c29..114e076 100644 --- a/firebase.json +++ b/firebase.json @@ -6,6 +6,15 @@ "**/.*", "**/node_modules/**" ], + "headers": [ + { + "source": "**/*.@(js|css|woff2|png|svg)", + "headers": [ { + "key": "Cache-Control", + "value": "max-age=7200" + } ] + } + ], "rewrites": [ { "source": "**",