From 47d503cef17e44b84eda9e81ad03950dc2be3923 Mon Sep 17 00:00:00 2001 From: yevkim Date: Sun, 12 Jan 2025 22:41:09 +0800 Subject: [PATCH] Fix headers --- frontend/firebase.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/frontend/firebase.json b/frontend/firebase.json index 6d8e044..f937872 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -27,8 +27,13 @@ ], "headers": [ { - "key": "Cache-Control", - "value": "public, max-age=31536000, immutable" + "source": "/_next/**", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=31536000, immutable" + } + ] } ] }, @@ -59,8 +64,13 @@ ], "headers": [ { - "key": "Cache-Control", - "value": "public, max-age=31536000, immutable" + "source": "/_next/**", + "headers": [ + { + "key": "Cache-Control", + "value": "public, max-age=31536000, immutable" + } + ] } ] }