Skip to content

Commit

Permalink
Update service-worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Dec 13, 2023
1 parent e1265c5 commit 3372741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3372741

Please sign in to comment.