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: {
twitter: {
handle: "@calendso",
site: "@Calendso",
handle: "@calcom",
site: "@calcom",
cardType: "summary_large_image",
},
},