feat: added source=pwa on PWA start URL

This commit is contained in:
Liyas Thomas
2021-03-10 23:51:58 +00:00
committed by GitHub
parent 51bd3455cc
commit 17e405a39e

View File

@@ -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,
},
},