mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-09-03 05:40:57 +00:00
Remove connection to google's servers for workbox.
This commit is contained in:
@@ -8,7 +8,8 @@ module.exports = {
|
|||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
navigateFallback: 'index.html',
|
navigateFallback: 'index.html',
|
||||||
skipWaiting: true
|
skipWaiting: true,
|
||||||
|
importWorkboxFrom: 'local'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user