Skip to content

Commit

Permalink
feat: add google site verification
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed May 1, 2024
1 parent 3b6e66e commit 712b579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default class Document extends NextDocument {
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

<link rel="manifest" href={`${webmanifestPrefix}/site.webmanifest`} />

<meta
name="google-site-verification"
content="2E6Gsm_z7nNdzTg7J9dZ-V3QJVDpPerwRtSGF0ulrMA"
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 712b579

Please sign in to comment.