Skip to content

Commit 0bd87b4

Browse files
committed
nit: cleanup
1 parent 0346462 commit 0bd87b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const metadata: Metadata = {
2424
description:
2525
'React QR Code is a highly customizable and lightweight QR code generator for React applications. Easily style QR codes with unique finder patterns, rounded corners, and customizable colors. Explore the documentation and live demo to get started quickly!',
2626
verification: {
27-
google: 'Goj4S4p5vftypzgOYaMYR-93W3hdlgOT_1qpFmW2gfE',
27+
google: process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION,
2828
},
2929
}
3030

@@ -41,7 +41,7 @@ export default function RootLayout({
4141
{IS_PRODUCTION && (
4242
<Script
4343
src='https://cloud.umami.is/script.js'
44-
data-website-id='f474cb7d-6ce8-44e3-8174-96bdd5ecdffb'
44+
data-website-id={process.env.NEXT_PUBLIC_UMAMI_WEBSITE_ID}
4545
/>
4646
)}
4747
</body>

0 commit comments

Comments
 (0)