From 491af1fcae7d0a6898f6811ab7a0251f3d6ccbf1 Mon Sep 17 00:00:00 2001 From: volcanofr Date: Thu, 18 Apr 2024 17:05:32 +0200 Subject: [PATCH] fix(website): fix website manifest.json name "Docusaurus v2" to just "Docusaurus" (#10049) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- website/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/manifest.json b/website/static/manifest.json index a746e2e8f0a4..8a08d58d2e07 100644 --- a/website/static/manifest.json +++ b/website/static/manifest.json @@ -1,5 +1,5 @@ { - "name": "Docusaurus v2", + "name": "Docusaurus", "short_name": "Docusaurus", "theme_color": "#2196f3", "background_color": "#424242",