diff --git a/lbrytv/src/html.js b/lbrytv/src/html.js index b514e5f79..26d597e0f 100644 --- a/lbrytv/src/html.js +++ b/lbrytv/src/html.js @@ -42,9 +42,9 @@ function buildOgMetadata(overrideOptions = {}) { '\n' + `\n` + - `\n` + + `\n` + '\n' + - `\n` + + `\n` + ''; 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; diff --git a/lbrytv/webpack.config.js b/lbrytv/webpack.config.js index 8d80d10a1..679d5100e 100644 --- a/lbrytv/webpack.config.js +++ b/lbrytv/webpack.config.js @@ -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/`, diff --git a/static/index-web.html b/static/index-web.html index 9eb25e285..f41db7c2d 100644 --- a/static/index-web.html +++ b/static/index-web.html @@ -69,7 +69,7 @@ - +