mirror of
https://github.com/arthur-pbty/hub.git
synced 2026-06-03 23:36:36 +02:00
feat: ajouter un script Google Ads dans le head du layout
This commit is contained in:
@@ -44,6 +44,13 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<script
|
||||
async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6938358002331071"
|
||||
crossOrigin="anonymous"
|
||||
></script>
|
||||
</head>
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} antialiased bg-white text-zinc-900`}>
|
||||
<JsonLd
|
||||
data={{
|
||||
|
||||
Reference in New Issue
Block a user