Stop caching shortcut icons - that is down to the OS.
This commit is contained in:
parent
0c635d99dd
commit
be850f5bd1
@ -7,8 +7,10 @@ const cacheName = `ob-${version}`;
|
|||||||
const assets = [...build, ...files, "/service-worker.js"];
|
const assets = [...build, ...files, "/service-worker.js"];
|
||||||
|
|
||||||
const excludePatterns = [
|
const excludePatterns = [
|
||||||
"/static/images/screnshots/",
|
"/static/images/screnshots",
|
||||||
"/images/screenshots",
|
"/images/screenshots",
|
||||||
|
"/static/images/shortcuts",
|
||||||
|
"/images/shortcuts",
|
||||||
];
|
];
|
||||||
|
|
||||||
self.addEventListener("install", (event) => {
|
self.addEventListener("install", (event) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user