New service worker (#952)

* Add files via upload

* Update serviceWorker.js
This commit is contained in:
certuna
2021-04-02 17:58:45 +02:00
committed by GitHub
parent 0cb7d3853f
commit 9871919fae
3 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function register(config) {
}
window.addEventListener('load', () => {
const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`
const swUrl = `${process.env.PUBLIC_URL}/navidrome-service-worker.js`
if (isLocalhost) {
// This is running on localhost. Let's check if a service worker still exists or not.