From 17b91af2e2bcd49f6581874e97ce706fbf11d79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 14 Sep 2025 11:19:47 +0400 Subject: [PATCH] feat: change cache format for SW --- sw.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw.js b/sw.js index 7c930bc..eaefcac 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ -const CACHE_NAME = 'kaubuntu-v2'; -const STATIC_CACHE_NAME = 'kaubuntu-static-v2'; -const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-v2'; +const CACHE_NAME = 'kaubuntu-14092025'; +const STATIC_CACHE_NAME = 'kaubuntu-static-14092025'; +const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-14092025'; // Ressources à mettre en cache immédiatement const STATIC_ASSETS = [