Add basic OG tags #2436

Merged
neb-b merged 2 commits from gangster into master 2019-04-18 21:02:06 +02:00
3 changed files with 9 additions and 1 deletions
Showing only changes of commit a967d25232 - Show all commits

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB

After

Width:  |  Height:  |  Size: 855 KiB

View file

@ -1,8 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>lbry.tv</title>
<meta charset="utf-8" />
<meta property="og:url" content="https://beta.lbry.tv" />
<meta property="og:title" content="LBRY On The Web" />
<meta property="og:description" content="All your favorite LBRY content in your browser." />
<meta property="og:image" content="/og.png" />
</head>
<body>

View file

@ -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`,