mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 03:22:52 +09:00
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
9994e969a0
@ -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 New Issue
Block a user