Update service-worker.js

This commit is contained in:
FURK4NGG
2025-03-04 15:33:37 +03:00
committed by GitHub
parent 53c239e515
commit eeae3c50cf
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_VERSION = 6; // Versiyon numarası const CACHE_VERSION = 7; // Versiyon numarası
const CACHE_NAME = `my-cache-v${CACHE_VERSION}`; // Cache ismi versiyon numarası ile oluşturuluyor const CACHE_NAME = `my-cache-v${CACHE_VERSION}`; // Cache ismi versiyon numarası ile oluşturuluyor
const URLS_TO_CACHE = [ const URLS_TO_CACHE = [
// Önbelleğe alınacak URL'ler // Önbelleğe alınacak URL'ler