mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-29 01:56:31 +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',
|
workboxPluginMode: 'GenerateSW',
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
navigateFallback: 'index.html',
|
navigateFallback: 'index.html',
|
||||||
skipWaiting: true
|
skipWaiting: true,
|
||||||
|
importWorkboxFrom: 'local'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user