rename og.png to v1-og.png
This commit is contained in:
parent
a1e24d6dcc
commit
53b7925dd2
3 changed files with 6 additions and 6 deletions
|
@ -42,9 +42,9 @@ function buildOgMetadata(overrideOptions = {}) {
|
|||
'<meta property="og:site_name" content="lbry.tv | Content Freedom"/>\n' +
|
||||
`<meta property="og:description" content="${description ||
|
||||
'Meet LBRY, an open, free, and community-controlled content wonderland.'}" />\n` +
|
||||
`<meta property="og:image" content="${URL}/og.png" />\n` +
|
||||
`<meta property="og:image" content="${URL}/v1-og.png" />\n` +
|
||||
'<meta name="twitter:card" content="summary_large_image"/>\n' +
|
||||
`<meta name="twitter:image" content="${URL}/og.png"/>\n` +
|
||||
`<meta name="twitter:image" content="${URL}/v1-og.png"/>\n` +
|
||||
'<meta property="fb:app_id" content="1673146449633983" />';
|
||||
|
||||
return head;
|
||||
|
@ -63,7 +63,7 @@ function buildClaimOgMetadata(uri, claim, overrideOptions = {}) {
|
|||
? escapeHtmlProperty(truncateDescription(claim.description))
|
||||
: `Watch ${claimTitle} on LBRY.tv`;
|
||||
const claimLanguage = escapeHtmlProperty(claim.language) || 'en_US';
|
||||
const claimThumbnail = escapeHtmlProperty(claim.thumbnail_url) || `${URL}/og.png`;
|
||||
const claimThumbnail = escapeHtmlProperty(claim.thumbnail_url) || `${URL}/v1-og.png`;
|
||||
|
||||
// Allow for ovverriding default claim based og metadata
|
||||
const title = overrideOptions.title || claimTitle;
|
||||
|
|
|
@ -66,8 +66,8 @@ const webConfig = {
|
|||
to: `${DIST_ROOT}/public/favicon.png`,
|
||||
},
|
||||
{
|
||||
from: `${STATIC_ROOT}/img/og.png`,
|
||||
to: `${DIST_ROOT}/public/og.png`,
|
||||
from: `${STATIC_ROOT}/img/v1-og.png`,
|
||||
to: `${DIST_ROOT}/public/v1-og.png`,
|
||||
},
|
||||
{
|
||||
from: `${STATIC_ROOT}/font/`,
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<meta property="og:title" content="lbry.tv" />
|
||||
<meta property="og:site_name" content="lbry.tv" />
|
||||
<meta property="og:description" content="Meet LBRY, a content platform owned by everyone (and no one)." />
|
||||
<meta property="og:image" content="https://lbry.tv/og.png" />
|
||||
<meta property="og:image" content="https://lbry.tv/og.v1-og.png>
|
||||
<meta property="fb:app_id" content="1673146449633983" />
|
||||
<!-- VARIABLE_HEAD_END -->
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue