fix: change service worker version

This commit is contained in:
2025-07-22 14:05:10 +04:00
parent f36d565ae2
commit 09b00fe47a
+3 -3
View File
@@ -1,6 +1,6 @@
const CACHE_NAME = 'kaubuntu-v1'; const CACHE_NAME = 'kaubuntu-v2';
const STATIC_CACHE_NAME = 'kaubuntu-static-v1'; const STATIC_CACHE_NAME = 'kaubuntu-static-v2';
const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-v1'; const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-v2';
// Ressources à mettre en cache immédiatement // Ressources à mettre en cache immédiatement
const STATIC_ASSETS = [ const STATIC_ASSETS = [