Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from AreaLayer/22388o-patch-130
Browse files Browse the repository at this point in the history
Update service-worker.jsx
  • Loading branch information
22388o authored Jan 19, 2024
2 parents 556ef53 + de482e8 commit b9bb53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/service/service-worker.jsx
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit b9bb53f

Please sign in to comment.