From b6b8042328aa21f38e9a32529b5763e6dc769580 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:35:00 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 01cdb60..76896d4 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,6 +1,8 @@ const CACHE_NAME = 'my-site-cache-v3'; let urlsToCache = [ - '/', + '/', + '/index.html', + '/not_found_page.html', '/not_found_page.html', '/service-worker.js', '/img/ai.webp',