mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 06:57:22 +00:00
Remove connection to google's servers for workbox.
This commit is contained in:
parent
02b434306d
commit
070f0eb73a
@ -8,7 +8,8 @@ module.exports = {
|
||||
workboxPluginMode: 'GenerateSW',
|
||||
workboxOptions: {
|
||||
navigateFallback: 'index.html',
|
||||
skipWaiting: true
|
||||
skipWaiting: true,
|
||||
importWorkboxFrom: 'local'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user