Skip to content

Commit bcfcca0

Browse files
Add Google AdSense meta tag for verification
Amp-Thread-ID: https://ampcode.com/threads/T-7709c519-3c2d-477c-82cc-614fe6bb6612 Co-authored-by: Amp <amp@ampcode.com>
1 parent 090a8d1 commit bcfcca0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export const metadata = {
1717
export default function RootLayout({ children }: { children: React.ReactNode }) {
1818
return (
1919
<html lang="en" suppressHydrationWarning>
20+
<head>
21+
<meta name="google-adsense-account" content="ca-pub-7805627632792292" />
22+
</head>
2023
<body className={inter.className}>
2124
<ThemeProvider
2225
attribute="class"

0 commit comments

Comments
 (0)