diff --git a/static/img/og.png b/static/img/og.png index 1d7c0f16d..69279dc7f 100644 Binary files a/static/img/og.png and b/static/img/og.png differ diff --git a/static/index.html b/static/index.html index ede2e279c..669af8c45 100644 --- a/static/index.html +++ b/static/index.html @@ -1,8 +1,12 @@ - lbry.tv + + + + + diff --git a/webpack.web.config.js b/webpack.web.config.js index 493a85449..b0e89c0a7 100644 --- a/webpack.web.config.js +++ b/webpack.web.config.js @@ -52,6 +52,10 @@ const webConfig = { from: `${STATIC_ROOT}/img/favicon.ico`, to: `${DIST_ROOT}/web/favicon.ico`, }, + { + from: `${STATIC_ROOT}/img/og.png`, + to: `${DIST_ROOT}/web/og.png`, + }, { from: `${WEB_PLATFORM_ROOT}/server.js`, to: `${DIST_ROOT}/web/server.js`,