From 2941ad334c99845402be4163e00f3b3b7032bf17 Mon Sep 17 00:00:00 2001 From: Krunal Shah Date: Thu, 24 Feb 2022 19:25:34 +0530 Subject: [PATCH] fix: twitter handle in seo (#1967) --- apps/web/lib/config/next-seo.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/lib/config/next-seo.config.ts b/apps/web/lib/config/next-seo.config.ts index a2d52f5c..72b2cb7c 100644 --- a/apps/web/lib/config/next-seo.config.ts +++ b/apps/web/lib/config/next-seo.config.ts @@ -20,8 +20,8 @@ export const seoConfig: { }, defaultNextSeo: { twitter: { - handle: "@calendso", - site: "@Calendso", + handle: "@calcom", + site: "@calcom", cardType: "summary_large_image", }, },