Skip to content

Commit 48b2c32

Browse files
committed
chore(deps)
2 parents 61bea69 + 7b727f5 commit 48b2c32

5 files changed

Lines changed: 253 additions & 302 deletions

File tree

apps/docs/public/ads.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-2719760599736246, DIRECT, f08c47fec0942fa0

apps/docs/src/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export default function RootLayout({
4444
data-website-id={process.env.NEXT_PUBLIC_UMAMI_WEBSITE_ID}
4545
/>
4646
)}
47+
<Script
48+
async
49+
src={`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${process.env.NEXT_PUBLIC_GOOGLE_ADS_CLIENT_ID}`}
50+
crossOrigin='anonymous'
51+
/>
4752
</body>
4853
</html>
4954
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/LGLabGreg/react-qr-code.git"
77
},
8-
"packageManager": "pnpm@10.24.0",
8+
"packageManager": "pnpm@10.26.1",
99
"type": "module",
1010
"scripts": {
1111
"dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:playground\" \"pnpm watch:docs\"",

0 commit comments

Comments
 (0)