mirror of
https://github.com/arthur-pbty/hub.git
synced 2026-06-03 15:07:28 +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 (
|
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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user