File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " podverse-web" ,
3
- "version" : " 4.15.9 " ,
3
+ "version" : " 4.15.10 " ,
4
4
"description" : " Web app for the Podverse podcast clip sharing ecosystem" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const Meta = ({
111
111
<meta name='twitter:app:url:googleplay' content='Your app’s custom URL scheme' /> */ }
112
112
113
113
{ /* Twitter page-specific meta tags */ }
114
- { ! twitterPlayerUrl && < meta name = 'twitter:card' content = 'summary_large_image ' /> }
114
+ { ! twitterPlayerUrl && < meta name = 'twitter:card' content = 'summary ' /> }
115
115
< meta name = 'twitter:description' content = { seoTwitterDescription } />
116
116
< meta name = 'twitter:title' content = { seoTwitterTitle } />
117
117
< meta name = 'twitter:image' content = { twitterImg } />
You can’t perform that action at this time.
0 commit comments