Update service-worker.js
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Determine the cache version dynamically
|
||||
const CURRENT_VERSION = 10; // Current cache version number
|
||||
const CURRENT_VERSION = 11; // Current cache version number
|
||||
const CACHE_NAME = `my-site-cache-v${CURRENT_VERSION}`; // Dynamically named cache
|
||||
|
||||
const urlsToCache = [
|
||||
|
||||
Reference in New Issue
Block a user