modified: sw.js
This commit is contained in:
5
sw.js
5
sw.js
@@ -16,7 +16,10 @@ self.addEventListener('install', (event) => {
|
|||||||
event.waitUntil(
|
event.waitUntil(
|
||||||
caches.open(CACHE).then((cache) => cache.addAll([
|
caches.open(CACHE).then((cache) => cache.addAll([
|
||||||
'/img/favicon.ico',
|
'/img/favicon.ico',
|
||||||
'/css/style.css'
|
'/css/style.css',
|
||||||
|
'/img/log.webp',
|
||||||
|
'/css/bootstrap.min.css',
|
||||||
|
'/js/bootstrap.min.js'
|
||||||
])
|
])
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user