Piped/vue.config.js

14 lines
335 B
JavaScript
Raw Normal View History

2021-01-01 20:05:44 +00:00
module.exports = {
pwa: {
name: 'Piped',
themeColor: '#fa4b4b',
msTileColor: '#000000',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
navigateFallback: 'index.html'
}
}
}