fix(service worker): use correct workbox version
Resolves https://github.com/go-vikunja/vikunja/issues/322
This commit is contained in:
parent
2c9becec10
commit
165ee9e7f3
|
|
@ -6,7 +6,7 @@ import {getFullBaseUrl} from './helpers/getFullBaseUrl'
|
|||
declare let self: ServiceWorkerGlobalScope
|
||||
|
||||
const fullBaseUrl = getFullBaseUrl()
|
||||
const workboxVersion = 'v7.0.0'
|
||||
const workboxVersion = 'v7.1.0'
|
||||
|
||||
importScripts(`${fullBaseUrl}workbox-${workboxVersion}/workbox-sw.js`)
|
||||
workbox.setConfig({
|
||||
|
|
|
|||
Loading…
Reference in New Issue