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

Commit

Permalink
Update service-worker.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Oct 19, 2023
1 parent 3d3bb3f commit 89d8f66
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 89d8f66

Please sign in to comment.