Skip to content

Commit

Permalink
🌐 (app/layout.tsx): add Google AdSense account meta tag for monetiza…
Browse files Browse the repository at this point in the history
…tion purposes
  • Loading branch information
danieldanielecki committed Aug 28, 2024
1 parent ee604b6 commit 3442151
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ type RootLayoutProps = {
export default function RootLayout({ children }: RootLayoutProps) {
return (
<html lang="en">
<meta
name="google-adsense-account"
content="ca-pub-4827919789464418"
></meta>
<body className="bg-slate-900">
<ApolloProvider>
<TopNav />
Expand Down

0 comments on commit 3442151

Please sign in to comment.