Aaron van Meerten
2 yıl önce
ebeveyn
işleme
0f4af44220
No account linked to committer's email address
|
@@ -1 +0,0 @@
|
1
|
|
-<base href="/" />
|
|
@@ -49,7 +49,7 @@
|
49
|
49
|
|
50
|
50
|
if (shouldRegisterWorker) {
|
51
|
51
|
navigator.serviceWorker
|
52
|
|
- .register(window.location.origin + contextRoot(window.location.pathname) + '/pwa-worker.js')
|
|
52
|
+ .register(window.location.origin + contextRoot(window.location.pathname) + 'pwa-worker.js')
|
53
|
53
|
.then(reg => {
|
54
|
54
|
console.log('Service worker registered.', reg);
|
55
|
55
|
})
|