mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:33:10 +02:00
parent
47f3261b9f
commit
1597415340
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ self.addEventListener('install', ev => {
|
|||
caches.open(cacheName)
|
||||
.then(cache => {
|
||||
return cache.addAll([
|
||||
'/assets/error.jpg'
|
||||
'/'
|
||||
]);
|
||||
})
|
||||
.then(() => self.skipWaiting())
|
||||
|
|
Loading…
Reference in a new issue