You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
ghost
pushed a commit
that referenced
this issue
Aug 17, 2020
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'
The text was updated successfully, but these errors were encountered: