feat: ajouter un script Google Ads dans le head du layout

This commit is contained in:
Puechberty Arthur
2026-04-13 18:34:23 +02:00
parent a4f391ba02
commit 7f7f554c48
+7
View File
@@ -44,6 +44,13 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="fr"> <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`}> <body className={`${geistSans.variable} ${geistMono.variable} antialiased bg-white text-zinc-900`}>
<JsonLd <JsonLd
data={{ data={{