mirror of
https://github.com/aunefyren/wrapperr
synced 2025-03-02 13:47:11 +00:00
Update service-worker.js
This commit is contained in:
parent
e1265c5ae7
commit
33727418d2
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue