Skip to content

Commit

Permalink
feat(SEO): add Google Site Verification meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Sep 19, 2024
1 parent f39aef6 commit 21998cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export default function Layout({ children }: { children: ReactNode }) {
suppressHydrationWarning
>
<body>
<head>
<meta
name="google-site-verification"
content="NyaIMHJt9--uZGUgzJpGQPNcUJtVLtvaEkodqOuJ7-I"
/>
</head>
<CSPostHogProvider>
<RootProvider>
<RuruProvider>
Expand Down

0 comments on commit 21998cf

Please sign in to comment.