mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
fix(v2): fix Docusaurus 2 website PWA manifest #3500
This commit is contained in:
parent
ac28dc7091
commit
9cbca49ecf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"background_color": "#424242",
|
||||
"display": "standalone",
|
||||
"scope": "",
|
||||
"start_url": "",
|
||||
"start_url": "./index.html",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/icons/icon-72x72.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue