Merge pull request #385 from LoganTann/master
fix: manifest causes 404 when making pwa shortcut
This commit is contained in:
commit
c44979bbae
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"start_url": "./",
|
"start_url": "../",
|
||||||
"theme_color": "#4F4F4F",
|
"theme_color": "#4F4F4F",
|
||||||
"background_color": "#EBEBEB",
|
"background_color": "#EBEBEB",
|
||||||
"orientation": "portrait"
|
"orientation": "portrait"
|
||||||
|
|
Loading…
Reference in a new issue