Update cache name to invalidate old cache.

master
Pi-Hsun Shih 4 years ago
parent 2270fba253
commit d0fcd18184

@ -1,5 +1,5 @@
// PWA Code adapted from https://github.com/pwa-builder/PWABuilder
const CACHE = "pwa-precache";
const CACHE = "pwa-precache-v1";
const precacheFiles = [
"/index.html",
"/js/predictions.js",

Loading…
Cancel
Save