fix (possible): PWA blank screen (#1523)
Possible fix for blank screen on PWA. #1077 https://stackoverflow.com/questions/54928050/vue-pwa-blank-screen-after-closing-the-app
This commit is contained in:
parent
11478134a1
commit
ea42350244
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#FFFFFF",
|
||||
"theme_color": "#E58325"
|
||||
|
|
Loading…
Reference in a new issue