Compare commits

..

No commits in common. "be850f5bd186e8ef3d6d2159566378df6cec0a42" and "70bba6635ffb678dd7282c5159b5b9de846ca72d" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@
<meta name="author" content="Frederick Boniface" />
<meta
name="description"
content="Get instant access to live train data, PIS codes, and location reference codes. Built by railway staff, for railway staff - your fastest route to accurate information."
content="Get instant access to live train data, PIS codes, and location reference codes. Built by railway staff, for railway staff your fastest route to accurate information."
/>
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#00b7b7" />

View File

@ -7,10 +7,8 @@ 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) => {