Skip to content

Commit

Permalink
Add ads
Browse files Browse the repository at this point in the history
  • Loading branch information
manishtiwari25 committed Sep 30, 2024
1 parent 52011fd commit e386a1e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning={true}>
<body

className={clsx(
"min-h-screen bg-background",
fontSans.variable
Expand All @@ -66,6 +65,21 @@ export default function RootLayout({
</main>
</div>
</Providers>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2889277787752693"
crossOrigin="anonymous">
</script>
<ins
className="adsbygoogle"
style={{ display: "block" }}
data-ad-client="ca-pub-2889277787752693"
data-ad-slot="6964229794"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({ });
</script>
</body>
<GoogleAnalytics gaId="G-Z6WDXYW5WY" />
</html >
Expand Down

0 comments on commit e386a1e

Please sign in to comment.