Skip to content

Commit

Permalink
pwa added
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Sep 1, 2023
1 parent 1ad6517 commit 5b38c48
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ module.exports = defineConfig({
productionSourceMap: false,
transpileDependencies: [
'vuetify'
]
],
pwa:{
name: "DevFest India 2023",
themeColor: "#3D7FF5",
msTileColor: "#3D7FF5",
short_name: 'DevFest India',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
}
})

0 comments on commit 5b38c48

Please sign in to comment.