Browse Source

Merge pull request #4 from technocapeman/main

Attempting to fix the service worker for PWA functionality
main
Ravi Shah 5 years ago
committed by GitHub
parent
commit
e7664b5774
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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