From 1d88fe66efd6dec21a2c52f654c77947d60e95e8 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 30 Jun 2020 23:01:53 +0200 Subject: [PATCH] :wrench: (pwa) revert display to standalone it looks weird on android otherwise --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3f24b3b..aeb7fcf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,7 +10,7 @@ module.exports = { manifestOptions: { background_color: '#3f4fa6', theme_color: '#3f4fa6', - display: 'minimal-ui', + display: 'standalone', icons: [ { src: './img/icons/android-chrome-192x192.png',