strapi / strapi-starter-next-corporate

Next.js starter for creating a corporate site with Strapi.
https://strapi-starter-next-corporate.vercel.app
MIT License
346 stars 95 forks source link

fix(meta): set the twitter username in seo.js #22

Closed advaiyalad closed 3 years ago

advaiyalad commented 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.

vercel[bot] commented 3 years ago

@PythonCreator27 is attempting to deploy a commit to the Strapi Team on Vercel.

A member of the Team first needs to authorize it.

remidej commented 3 years ago

Good catch, thaks!