Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Oops, reuse existing <meta> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 19, 2023
1 parent ceaa729 commit e565b43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/google5fae465425024880.html

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Seo = withRouter(
/>
<meta
name="google-site-verification"
content="j1duf8XRaKuZyGvhPd8GkYXHG7LI4GYbIvAXBsqTC9U"
content="sIlAGs48RulR4DdP95YSWNKZIEtCqQmRjzn-Zq-CcD0"
/>
<link
rel="preload"
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"permanent": false
},
{
"source": "/:path*((?!google)\\.html)",
"source": "/:path*(\\.html)",
"destination": "https://legacy.reactjs.org/:path*.html",
"permanent": false
},
Expand Down

0 comments on commit e565b43

Please sign in to comment.