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
02b434306d
commit
070f0eb73a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports = {
|
||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
navigateFallback: 'index.html',
|
navigateFallback: 'index.html',
|
||||||
skipWaiting: true
|
skipWaiting: true,
|
||||||
|
importWorkboxFrom: 'local'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue