A lot of changes.

This commit is contained in:
FireMasterK 2021-01-02 01:35:44 +05:30
parent 9a8b0bb611
commit 41f8081e09
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
24 changed files with 121 additions and 51 deletions

13
vue.config.js Normal file
View file

@ -0,0 +1,13 @@
module.exports = {
pwa: {
name: 'Piped',
themeColor: '#fa4b4b',
msTileColor: '#000000',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
navigateFallback: 'index.html'
}
}
}