diff --git a/frontend/firebase.json b/frontend/firebase.json index dc43532b4..b8b05ace7 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -36,6 +36,15 @@ }, { "key": "X-Frame-Options", "value": "DENY" } ] + }, + { + "source": "/*.html", + "headers": [ + { + "key": "Cache-Control", + "value": "no-cache, no-store, must-revalidate" + } + ] } ] }