diff --git a/firebase.json b/firebase.json index 93fb369..6885f2f 100644 --- a/firebase.json +++ b/firebase.json @@ -11,6 +11,27 @@ "source": "**", "destination": "/index.html" } + ], + "headers": [ + { + "source": "/**", + "headers": [ + { + "key": "Cache-Control", + "value": "no-cache, no-store, must-revalidate" + } + ] + }, + { + "source": + "**/*.@(jpg|jpeg|gif|png|svg|webp|js|css|eot|otf|ttf|ttc|woff|woff2|font.css)", + "headers": [ + { + "key": "Cache-Control", + "value": "no-cache, no-store, must-revalidate" + } + ] + } ] } }