Update service-worker.js

This commit is contained in:
FURK4NGG
2024-09-11 14:57:55 +03:00
committed by GitHub
parent a4709f4fda
commit 0cd9f01e4b
+1 -1
View File
@@ -1,5 +1,5 @@
// Determine the cache version dynamically // Determine the cache version dynamically
const CURRENT_VERSION = 11; // Current cache version number const CURRENT_VERSION = 12; // Current cache version number
const CACHE_NAME = `my-site-cache-v${CURRENT_VERSION}`; // Dynamically named cache const CACHE_NAME = `my-site-cache-v${CURRENT_VERSION}`; // Dynamically named cache
const urlsToCache = [ const urlsToCache = [