mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Oops, reuse existing <meta> tag
This commit is contained in:
@@ -1 +0,0 @@
|
||||
google-site-verification: google5fae465425024880.html
|
||||
@@ -96,7 +96,7 @@ export const Seo = withRouter(
|
||||
/>
|
||||
<meta
|
||||
name="google-site-verification"
|
||||
content="j1duf8XRaKuZyGvhPd8GkYXHG7LI4GYbIvAXBsqTC9U"
|
||||
content="sIlAGs48RulR4DdP95YSWNKZIEtCqQmRjzn-Zq-CcD0"
|
||||
/>
|
||||
<link
|
||||
rel="preload"
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"permanent": false
|
||||
},
|
||||
{
|
||||
"source": "/:path*((?!google)\\.html)",
|
||||
"source": "/:path*(\\.html)",
|
||||
"destination": "https://legacy.reactjs.org/:path*.html",
|
||||
"permanent": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user