mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove connection to google's servers for workbox.
This commit is contained in:
parent
c6b968fc40
commit
2d29ce5972
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports = {
|
|||
workboxPluginMode: 'GenerateSW',
|
||||
workboxOptions: {
|
||||
navigateFallback: 'index.html',
|
||||
skipWaiting: true
|
||||
skipWaiting: true,
|
||||
importWorkboxFrom: 'local'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue