mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: service worker requires security context (closes #1790)
This commit is contained in:
parent
30463d4d30
commit
417a4ce904
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ createApp(App)
|
|||
*/
|
||||
.mount('#app')
|
||||
|
||||
navigator.serviceWorker.register('./sw.js')
|
||||
navigator.serviceWorker?.register('./sw.js')
|
||||
|
|
Loading…
Reference in a new issue