Closed jdaexp closed 4 years ago
Thanks for the report.
I think the plan here is to add support summary_large_image
and a deprecation warning for summary_with_large_image
so that we don't break existing functionality.
:tada: This issue has been resolved in version 2.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
According to twitter sample code, the meta tag created to support large image cards should look like the following:
<meta name="twitter:card" content="summary_large_image">
However, react-seo is expecting the following:
card: 'summary_with_large_image'