From 853f8db24ef38a8df62f142411e2cafdbaac48fe Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:14:30 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/service-worker.js b/service-worker.js index 2e214c9..a968521 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,5 +1,6 @@ const CURRENT_VERSION = 'v28'; const CACHE_NAME = `cache-${CURRENT_VERSION}`; + const urlsToCache = [ '/', '/index.html',