From 8c62fb0805b6d28397eaeaced213161036654f72 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:48:52 +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 6e00d5b..1f68b65 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,7 +1,7 @@ const CACHE_NAME = 'my-site-cache-v7'; let urlsToCache = [ '/', - '/index.html', + '/index.html?v=8', '/not_found_page.html', '/not_found_page.html', '/service-worker.js',