diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 08:38:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 09:05:16 +0100 |
commit | 1c6c7699f54e516839058529f11fb2e3d49c4ec0 (patch) | |
tree | 2613deb77b479e0728d92f2ff98404473fd0e3d4 /client/src/standalone | |
parent | 57f11c187b8d57afdce0172be3efda5757865d44 (diff) | |
download | PeerTube-1c6c7699f54e516839058529f11fb2e3d49c4ec0.tar.gz PeerTube-1c6c7699f54e516839058529f11fb2e3d49c4ec0.tar.zst PeerTube-1c6c7699f54e516839058529f11fb2e3d49c4ec0.zip |
Fix embed favicon
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index fa4d0bdba..a359255da 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | 8 | ||
9 | <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> | 9 | <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" /> |
10 | </head> | 10 | </head> |
11 | 11 | ||
12 | <body> | 12 | <body> |