From 10f842042d277bbd1faa10e899a6cf6f1cc20558 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:30:30 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 4e699ea..2b4dd2b 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,7 +1,7 @@ const CACHE_NAME = 'my-site-cache-v7'; const urlsToCache = [ '/', - '/index.html?v=8', + '/index.html?v=9', '/not_found_page.html', '/service-worker.js', '/img/ai.webp',