diff --git a/lbrytv/src/html.js b/lbrytv/src/html.js index a0316043a..2f288d61b 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; @@ -69,7 +69,7 @@ function buildClaimOgMetadata(uri, claim, overrideOptions = {}) { if (Number(claim.fee) <= 0 && claim.source_media_type && claim.source_media_type.startsWith('image/')) { imageThumbnail = generateStreamUrl(claim.name, claim.claim_id, undefined, undefined, true); } - const claimThumbnail = escapeHtmlProperty(claim.thumbnail_url) || imageThumbnail || `${URL}/v1-og.png`; + const claimThumbnail = escapeHtmlProperty(claim.thumbnail_url) || imageThumbnail || `${URL}/v2-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 307949fc1..cc427cbe8 100644 --- a/lbrytv/webpack.config.js +++ b/lbrytv/webpack.config.js @@ -24,8 +24,8 @@ let plugins = [ to: `${DIST_ROOT}/public/favicon.png`, }, { - from: `${STATIC_ROOT}/img/v1-og.png`, - to: `${DIST_ROOT}/public/v1-og.png`, + from: `${STATIC_ROOT}/img/v2-og.png`, + to: `${DIST_ROOT}/public/v2-og.png`, }, { from: `${STATIC_ROOT}/font/`, diff --git a/static/img/v1-og.png b/static/img/v1-og.png deleted file mode 100644 index b514c828b..000000000 Binary files a/static/img/v1-og.png and /dev/null differ diff --git a/static/img/v2-og.png b/static/img/v2-og.png new file mode 100644 index 000000000..06ffbfe8d Binary files /dev/null and b/static/img/v2-og.png differ diff --git a/static/index-web.html b/static/index-web.html index 92d10b7b2..ae12f7f11 100644 --- a/static/index-web.html +++ b/static/index-web.html @@ -69,7 +69,7 @@ - +