From 4cae3c7a490e543fc95d3df52b84c2cdf4920853 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 18 Jul 2020 11:20:51 +0200 Subject: [PATCH] :wrench: (pwa) start url and scope --- vue.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vue.config.js b/vue.config.js index 7f5635b..cc116e7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,6 +11,8 @@ module.exports = { }, manifestOptions: { background_color: mainColor, + start_url: '/', + scope: '/', shortcuts: [ { name: 'Start a session',