From 17e405a39e5bec58993a8c501317264a57f7f20c Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 10 Mar 2021 23:51:58 +0000 Subject: [PATCH] feat: added source=pwa on PWA start URL --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index fe92e29ea..72812ec85 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -144,7 +144,7 @@ export default { name: options.name, short_name: options.name, description: options.shortDescription, - start_url: "/", + start_url: "/?source=pwa", background_color: options.app.background, }, },