From 2e309caf501a5daa06c1a51b2e9a86c85f8e9e71 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:21:46 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service-worker.js b/service-worker.js index 6bd8a71..e66c983 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,7 +1,7 @@ const FILE_VERSIONS = { - '/index.html': '9', - '/home_en.html': '8', - '/home_tr.html': '8', + '/index.html': '1', + '/home_en.html': '1', + '/home_tr.html': '1', '/not_found_page.html': '1', '/CSS/1.css': '1', '/CSS/2.css': '1',