Oops, reuse existing <meta> tag

This commit is contained in:
Dan Abramov
2023-03-19 21:49:52 +00:00
parent ceaa729353
commit e565b43abd
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +0,0 @@
google-site-verification: google5fae465425024880.html

View File

@@ -96,7 +96,7 @@ export const Seo = withRouter(
/>
<meta
name="google-site-verification"
content="j1duf8XRaKuZyGvhPd8GkYXHG7LI4GYbIvAXBsqTC9U"
content="sIlAGs48RulR4DdP95YSWNKZIEtCqQmRjzn-Zq-CcD0"
/>
<link
rel="preload"

View File

@@ -85,7 +85,7 @@
"permanent": false
},
{
"source": "/:path*((?!google)\\.html)",
"source": "/:path*(\\.html)",
"destination": "https://legacy.reactjs.org/:path*.html",
"permanent": false
},