Skip to content

Commit b62a40d

Browse files
committed
chore(docs): remove AdSense script; refresh next-env.d.ts
Made-with: Cursor
1 parent 4edf06b commit b62a40d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/docs/src/app/layout.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ export default function RootLayout({
7171
data-website-id={process.env.NEXT_PUBLIC_UMAMI_WEBSITE_ID}
7272
/>
7373
)}
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-
/>
7974
</body>
8075
</html>
8176
)

0 commit comments

Comments
 (0)