We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edf06b commit b62a40dCopy full SHA for b62a40d
1 file changed
apps/docs/src/app/layout.tsx
@@ -71,11 +71,6 @@ export default function RootLayout({
71
data-website-id={process.env.NEXT_PUBLIC_UMAMI_WEBSITE_ID}
72
/>
73
)}
74
- <Script
75
- async
76
- src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${process.env.NEXT_PUBLIC_GOOGLE_ADS_CLIENT_ID}`}
77
- crossOrigin='anonymous'
78
- />
79
</body>
80
</html>
81
)
0 commit comments