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:
zierbeek 2022-08-03 00:06:26 +02:00 committed by GitHub
parent 11478134a1
commit ea42350244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@
"type": "image/png"
}
],
"start_url": ".",
"start_url": "/",
"display": "standalone",
"background_color": "#FFFFFF",
"theme_color": "#E58325"