Browse Source

Attempt 2 at fixing the service worker

pull/4/head
Kapilesh Pennichetty 5 years ago
parent
commit
a4771e9c64
  1. 2
      static/service-worker.js

2
static/service-worker.js

@ -10,7 +10,7 @@ if (workbox) {
workbox.precaching.precacheAndRoute([ workbox.precaching.precacheAndRoute([
{ {
"url": "/",
"url": "/login",
"revision": "1" "revision": "1"
} }
]); ]);

Loading…
Cancel
Save