fix: twitter handle in seo (#1967)

This commit is contained in:
Krunal Shah 2022-02-24 19:25:34 +05:30 committed by GitHub
parent cefd0cfb16
commit 2941ad334c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ export const seoConfig: {
}, },
defaultNextSeo: { defaultNextSeo: {
twitter: { twitter: {
handle: "@calendso", handle: "@calcom",
site: "@Calendso", site: "@calcom",
cardType: "summary_large_image", cardType: "summary_large_image",
}, },
}, },