diff --git a/frontend/firebase.json b/frontend/firebase.json index 1518571f2..d1073ca59 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -37,15 +37,6 @@ { "key": "X-Frame-Options", "value": "DENY" } ] }, - { - "source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=604800" - } - ] - }, { "source": "/**", "headers": [ @@ -55,6 +46,15 @@ } ] }, + { + "source": "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", + "headers": [ + { + "key": "Cache-Control", + "value": "max-age=604800" + } + ] + }, { "source": "/service-worker.js", "headers": [