mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 02:37:59 +02:00
fix(website): fix website manifest.json name "Docusaurus v2" to just "Docusaurus" (#10049)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
edb695b9aa
commit
491af1fcae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Docusaurus v2",
|
"name": "Docusaurus",
|
||||||
"short_name": "Docusaurus",
|
"short_name": "Docusaurus",
|
||||||
"theme_color": "#2196f3",
|
"theme_color": "#2196f3",
|
||||||
"background_color": "#424242",
|
"background_color": "#424242",
|
||||||
|
|
Loading…
Add table
Reference in a new issue