Skip to content

Commit

Permalink
Update offline-uzitrake.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Quinzel <159898936+uzitrake@users.noreply.github.com>
  • Loading branch information
vickkie and uzitrake committed Mar 23, 2024
1 parent ba1942b commit 36d29b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions offline-uzitrake.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ const cacheName = "uzitrake-offline";
// }

let offlineUrl = "offline.html";
let offlineFont = "fonts/DiamondGrotesk.woff";

const cacheAssets = [
offlineUrl,
// '../assets/svg/trakexcel-t.svg',
"fonts/DiamondGrotesk.woff",
];
const cacheAssets = [offlineUrl, offlineFont];

//call install event

Expand Down

0 comments on commit 36d29b4

Please sign in to comment.