mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
parent
f9bd7ab428
commit
eefc65b1b6
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