Skip to content

Commit 01ccdc0

Browse files
committed
adsense test
1 parent ae1995f commit 01ccdc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,13 @@ export default async function RootLayout({
5757
const allDomains = await getAllDomains()
5858
const otherDomains = allDomains.filter((d) => d !== domain)
5959

60+
61+
6062
return (
6163
<html lang={locale}>
64+
<head>
65+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6920776915496505" crossOrigin="anonymous"></script>
66+
</head>
6267
<body className={inter.className}>
6368
<div className="min-h-screen bg-white">
6469
{/* Header */}

0 commit comments

Comments
 (0)