diff --git a/web/js/service-worker.js b/web/js/service-worker.js index dd7e714..609c602 100644 --- a/web/js/service-worker.js +++ b/web/js/service-worker.js @@ -8,7 +8,7 @@ const CACHE_NAME = 'wrapperr-cache'; const urlsToCache = [ '/', './manifest.json', - './assets/favicons/favicon.ico' + './assets/img/favicons/favicon.ico' ]; self.addEventListener('install', (event) => {