This commit is contained in:
Dan Abramov
2023-02-16 16:52:29 +00:00
parent 4f72acc36e
commit 90fbdb1fb9
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ export const Seo = withRouter(
<meta name="viewport" content="width=device-width, initial-scale=1" />
{title != null && (
<title key="title">{title + (isHomePage ? '' : ' React')}</title>
<title key="title">{title + (isHomePage ? '' : ' React')}</title>
)}
{description != null && (
<meta name="description" key="description" content={description} />

View File

@@ -1,6 +1,6 @@
---
id: home
title: React The library for web and native user interfaces
title: React The library for web and native user interfaces
permalink: index.html
---