diff --git a/pwa/service/service-worker.jsx b/pwa/service/service-worker.jsx index af88d5ff..3c84c03d 100644 --- a/pwa/service/service-worker.jsx +++ b/pwa/service/service-worker.jsx @@ -1,5 +1,5 @@ // Define the cache name and the files to cache -const CACHE_NAME = 'my-pwa-cache-v1'; +const CACHE_NAME = 'firebolt-beta'; const cacheUrls = [ '/', '/index.html',