Closed advaiyalad closed 3 years ago
In the Seo component, the Twitter username wasn't set. Instead, the Twitter card type was duplicated ({ cardType: metadata.twitterUsername }). Now, the handle property is set to the Twitter username, preventing overriding of the Twitter cardType.
Seo
{ cardType: metadata.twitterUsername }
cardType
@PythonCreator27 is attempting to deploy a commit to the Strapi Team on Vercel.
A member of the Team first needs to authorize it.
Good catch, thaks!
In the
Seo
component, the Twitter username wasn't set. Instead, the Twitter card type was duplicated ({ cardType: metadata.twitterUsername }
). Now, the handle property is set to the Twitter username, preventing overriding of the TwittercardType
.