aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-05 15:01:47 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-05 15:12:03 +0100
commit6bafac54bf375cd60f1c06f6afdc648e0e19743d (patch)
tree15bb5c0de684993a3301a9d86431569b2188d224 /client/src/index.html
parentbe6a4802326b1748e85c0d6fdadf06e70e6ecbb0 (diff)
downloadPeerTube-6bafac54bf375cd60f1c06f6afdc648e0e19743d.tar.gz
PeerTube-6bafac54bf375cd60f1c06f6afdc648e0e19743d.tar.zst
PeerTube-6bafac54bf375cd60f1c06f6afdc648e0e19743d.zip
Fix missing default avatar
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 8e94b903d..4af6b12f6 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -11,7 +11,7 @@
11 <!-- open graph and oembed tags --> 11 <!-- open graph and oembed tags -->
12 <!-- Do not remove it! --> 12 <!-- Do not remove it! -->
13 13
14 <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> 14 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
15 15
16 <!-- base url --> 16 <!-- base url -->
17 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>"> 17 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">