Skip to content

Commit

Permalink
Merge pull request #1241 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.10
  • Loading branch information
mitchdowney committed Jan 9, 2024
2 parents 2b0c73a + 502eb0e commit e6566f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-web",
"version": "4.15.9",
"version": "4.15.10",
"description": "Web app for the Podverse podcast clip sharing ecosystem",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Meta/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Meta = ({
<meta name='twitter:app:url:googleplay' content='Your app’s custom URL scheme' /> */}

{/* Twitter page-specific meta tags */}
{!twitterPlayerUrl && <meta name='twitter:card' content='summary_large_image' />}
{!twitterPlayerUrl && <meta name='twitter:card' content='summary' />}
<meta name='twitter:description' content={seoTwitterDescription} />
<meta name='twitter:title' content={seoTwitterTitle} />
<meta name='twitter:image' content={twitterImg} />
Expand Down

0 comments on commit e6566f0

Please sign in to comment.