Fix start URL in manifest.json (#282)
This commit is contained in:
parent
5594bf69d8
commit
44b31c7a9c
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"start_url": "/shhh",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
Loading…
Reference in a new issue