diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..548d170 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,10 @@ +module.exports = { + pwa: { + name: 'COVIDassist', + themeColor: '#FCF7F8', + msTileColor: '#FCF7F8', + manifestOptions: { + background_color: '#FCF7F8' + } + } +} \ No newline at end of file