feat: added source=pwa on PWA start URL
This commit is contained in:
parent
51bd3455cc
commit
17e405a39e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue