diff --git a/vue.config.js b/vue.config.js index 89de98f..8ad9d03 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,6 +8,9 @@ module.exports = { msTileColor: '', appleMobileWebAppCapable: 'yes', appleMobileWebAppStatusBarStyle: 'black', + manifestOptions: { + display: 'fullscreen' + }, workboxOptions: { navigateFallback: 'index.html',