mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
sw: don't wait for update
This commit is contained in:
parent
43569748ae
commit
7255942855
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ module.exports = {
|
||||||
appleMobileWebAppStatusBarStyle: 'black',
|
appleMobileWebAppStatusBarStyle: 'black',
|
||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
navigateFallback: 'index.html'
|
navigateFallback: 'index.html',
|
||||||
|
skipWaiting: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue