mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 06:12:28 +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",
|
"background_color": "#424242",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "",
|
"scope": "",
|
||||||
"start_url": "",
|
"start_url": "./index.html",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "img/icons/icon-72x72.png",
|
"src": "img/icons/icon-72x72.png",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue