From a328efe1d4de68f63d008bb54680e2b21ac49031 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 9 Oct 2022 02:01:40 +0200 Subject: [PATCH] switched order of headers --- frontend/firebase.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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": [