Skip to content

Commit

Permalink
feat(homepage): add google site verfication in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Sep 25, 2023
1 parent 2bca3da commit eb8cb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homepage/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const Index = ({ headInfo, page }) => (
<Head>
<title>{headInfo.title}</title>
<meta name="description" content={headInfo.description} />
<meta name="google-site-verification" content="NejiRhdBA-bewypiYDtrGnKJ09VSH6-15HsXUNKdrm4" />
</Head>
<Script
id="netlify-identity-widget"
Expand Down

0 comments on commit eb8cb03

Please sign in to comment.