smaller favicon
This commit is contained in:
parent
6e09dbfb96
commit
bb53e6bec0
4 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,8 @@ const webConfig = {
|
||||||
to: `${DIST_ROOT}/index.html`,
|
to: `${DIST_ROOT}/index.html`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: `${STATIC_ROOT}/img/favicon.ico`,
|
from: `${STATIC_ROOT}/img/favicon.png`,
|
||||||
to: `${DIST_ROOT}/favicon.ico`,
|
to: `${DIST_ROOT}/favicon.png`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: `${STATIC_ROOT}/img/og.png`,
|
from: `${STATIC_ROOT}/img/og.png`,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 168 KiB |
BIN
static/img/favicon.png
Normal file
BIN
static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -3,6 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<script src="/ui.js" async></script>
|
<script src="/ui.js" async></script>
|
||||||
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
|
|
||||||
<!-- VARIABLE_HEAD_BEGIN -->
|
<!-- VARIABLE_HEAD_BEGIN -->
|
||||||
<title>lbry.tv</title>
|
<title>lbry.tv</title>
|
||||||
<meta property="og:url" content="https://lbry.tv" />
|
<meta property="og:url" content="https://lbry.tv" />
|
||||||
|
|
Loading…
Reference in a new issue