Add basic OG tags #2436
3 changed files with 9 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 656 KiB After Width: | Height: | Size: 855 KiB |
|
@ -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>
|
||||
|
|
|
@ -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`,
|
||||
|
|
Loading…
Reference in a new issue