We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1995f commit 01ccdc0Copy full SHA for 01ccdc0
1 file changed
app/layout.tsx
@@ -57,8 +57,13 @@ export default async function RootLayout({
57
const allDomains = await getAllDomains()
58
const otherDomains = allDomains.filter((d) => d !== domain)
59
60
+
61
62
return (
63
<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>
67
<body className={inter.className}>
68
<div className="min-h-screen bg-white">
69
{/* Header */}
0 commit comments