[Frontend] Fix invalid start_url in manifest file. (#879)

As far as I know the invalid start_url format breaks only the "Add to Home Screen" functionality, so it's a really minor change, fixing a nice functionality.
pull/878/head
DanielV 2019-10-11 14:02:06 +03:00 committed by Henrique Dias
parent 74b23a0bc5
commit 85ee63af43
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"type": "image/png"
}
],
"start_url": "./",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#455a64"