From 2e22b6acbc056598b9bd3fbdd181b9b16322dd9b Mon Sep 17 00:00:00 2001
From: krisantrobus <55083528+krisantrobus@users.noreply.github.com>
Date: Tue, 14 Jan 2025 13:01:52 -0600
Subject: [PATCH] chore(docs): add GSC verification (#4205)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
---
 packages/paste-website/src/pages/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/paste-website/src/pages/index.tsx b/packages/paste-website/src/pages/index.tsx
index 4704dfb767..fa335e24a9 100644
--- a/packages/paste-website/src/pages/index.tsx
+++ b/packages/paste-website/src/pages/index.tsx
@@ -37,6 +37,7 @@ const HomePage = ({ navigationData }: InferGetStaticPropsType<typeof getStaticPr
         <title>{SiteMetaDefaults.TITLE}</title>
         <link rel="canonical" href="https://paste.twilio.design" />
         <meta key="description" name="description" content={SiteMetaDefaults.DESCRIPTION} />
+        <meta name="google-site-verification" content="RcDkNXli_nLDStuxzN6Xcwi_LWtDjcHKJlC1uhGU4vU" />
       </Head>
       <HomeHero />
       <NewSection />