diff --git a/firebase.json b/firebase.json index 6a8ef96..2895fff 100644 --- a/firebase.json +++ b/firebase.json @@ -18,13 +18,23 @@ }, { "source": - "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", + "**/*.@(js|css|html)", "headers": [ { "key": "Cache-Control", "value": "no-cache, no-store, must-revalidate" } ] + }, + { + "source": + "**/*.@(jpg|jpeg|gif|png|svg|webp|eot|otf|ttf|ttc|woff|woff2)", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=3600, s-maxage=3600" + } + ] } ] }