Stop caching shortcut icons - that is down to the OS.

This commit is contained in:
Fred Boniface 2024-07-12 20:50:05 +01:00
parent 0c635d99dd
commit be850f5bd1
1 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@ const cacheName = `ob-${version}`;
const assets = [...build, ...files, "/service-worker.js"];
const excludePatterns = [
"/static/images/screnshots/",
"/static/images/screnshots",
"/images/screenshots",
"/static/images/shortcuts",
"/images/shortcuts",
];
self.addEventListener("install", (event) => {