Skip to content

Commit

Permalink
Update service-worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLuciano authored Jul 7, 2024
1 parent a2415b6 commit 3faa97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://simplepwa.com

const cacheName = "[email protected].0" // Change value to force update
const cacheName = "[email protected].0" // Change value to force update

self.addEventListener("install", event => {
self.skipWaiting()
Expand Down

0 comments on commit 3faa97a

Please sign in to comment.