Skip to content

Commit 7dd72db

Browse files
Add AdSense account verification meta tag
1 parent f240b70 commit 7dd72db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export const metadata = {
2525
icons: {
2626
icon: '/favicon.svg',
2727
},
28+
other: {
29+
'google-adsense-account': 'ca-pub-4234692080899883',
30+
},
2831
}
2932

3033
interface RootLayoutProps {

0 commit comments

Comments
 (0)