We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6870067 commit 47eae22Copy full SHA for 47eae22
frontend/src/app/layout.tsx
@@ -32,7 +32,7 @@ export default function RootLayout({
32
<head>
33
<Script
34
async
35
- src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${process.env.NEXT_PUBLIC_GOOGLE_ADSENSE_ID}`}
+ src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5179832879235237"
36
crossOrigin="anonymous"
37
strategy="afterInteractive"
38
/>
0 commit comments