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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
static/service-worker.js
|
|
@ -10,7 +10,7 @@ if (workbox) { |
|
|
|
|
|
|
|
|
workbox.precaching.precacheAndRoute([ |
|
|
workbox.precaching.precacheAndRoute([ |
|
|
{ |
|
|
{ |
|
|
"url": "/", |
|
|
|
|
|
|
|
|
"url": "/login", |
|
|
"revision": "1" |
|
|
"revision": "1" |
|
|
} |
|
|
} |
|
|
]); |
|
|
]); |
|
|
|