manifest ends up in assets folder, index.html in parent folder
This commit is contained in:
parent
fb8149b6cf
commit
180681b602
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"short_name": "Hydrogen",
|
||||
"display": "standalone",
|
||||
"description": "Lightweight matrix client with legacy and mobile browser support",
|
||||
"start_url": "index.html",
|
||||
"start_url": "../index.html",
|
||||
"icons": [
|
||||
{"src": "icon.png", "sizes": "384x384", "type": "image/png"},
|
||||
{"src": "icon-maskable.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable"}
|
||||
|
|
Reference in a new issue