mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-01 02:26:56 +00: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…
Add table
Reference in a new issue