Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
169f3ed541
|
@ -18,7 +18,7 @@ self.addEventListener('install', ev => {
|
||||||
caches.open(cacheName)
|
caches.open(cacheName)
|
||||||
.then(cache => {
|
.then(cache => {
|
||||||
return cache.addAll([
|
return cache.addAll([
|
||||||
'/assets/error.jpg'
|
'/'
|
||||||
]);
|
]);
|
||||||
})
|
})
|
||||||
.then(() => self.skipWaiting())
|
.then(() => self.skipWaiting())
|
||||||
|
|
Loading…
Reference in New Issue