Skip to content

Commit e565b43

Browse files
committed
Oops, reuse existing <meta> tag
1 parent ceaa729 commit e565b43

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

public/google5fae465425024880.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const Seo = withRouter(
9696
/>
9797
<meta
9898
name="google-site-verification"
99-
content="j1duf8XRaKuZyGvhPd8GkYXHG7LI4GYbIvAXBsqTC9U"
99+
content="sIlAGs48RulR4DdP95YSWNKZIEtCqQmRjzn-Zq-CcD0"
100100
/>
101101
<link
102102
rel="preload"

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"permanent": false
8686
},
8787
{
88-
"source": "/:path*((?!google)\\.html)",
88+
"source": "/:path*(\\.html)",
8989
"destination": "https://legacy.reactjs.org/:path*.html",
9090
"permanent": false
9191
},

0 commit comments

Comments
 (0)