diff --git a/firebase.json b/firebase.json index b7080a9..dc7f3dc 100644 --- a/firebase.json +++ b/firebase.json @@ -18,6 +18,10 @@ { "source": "**/*.@(css|html|js|map)", "headers": [{ "key": "Cache-Control", "value": "max-age=3600" }] + }, + { + "source": "/service-worker.js", + "headers": [{ "key": "Cache-Control", "value": "no-cache" }] } ], "rewrites": [{ "source": "**", "destination": "/index.html" }]