From 47bbacfc2e0e5f7dc0efaca87238fc4a85594e05 Mon Sep 17 00:00:00 2001 From: Najm Ajmal <130285427+NajmAjmal@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:41:16 -0700 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 7a6b87d..569b72c 100644 --- a/service-worker.js +++ b/service-worker.js @@ -4,7 +4,7 @@ const cacheUrls = [ '/index.html', // Add any other HTML files you have '/styles.css', '/app.js', - '/icon.png', + '/pwa.png', // Add other assets and resources you want to cache ];