mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-16 12:28:17 +00:00
sw: don't wait for update
This commit is contained in:
@@ -7,7 +7,8 @@ module.exports = {
|
|||||||
appleMobileWebAppStatusBarStyle: 'black',
|
appleMobileWebAppStatusBarStyle: 'black',
|
||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
navigateFallback: 'index.html'
|
navigateFallback: 'index.html',
|
||||||
|
skipWaiting: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user