1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 22:00:28 +05:30
Piped/vue.config.js

15 lines
366 B
JavaScript
Raw Normal View History

2021-01-02 01:35:44 +05:30
module.exports = {
pwa: {
name: 'Piped',
themeColor: '#fa4b4b',
msTileColor: '#000000',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
2021-01-07 11:11:59 +05:30
navigateFallback: 'index.html',
skipWaiting: true
2021-01-02 01:35:44 +05:30
}
}
}