]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/index.html
Fix comment reply
[github/Chocobozzz/PeerTube.git] / client / src / index.html
index 8e94b903d5de51eb796304d731ec2e29024e64d1..f1432352120e92fc7e31f88f3901d7829650826d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title><%= htmlWebpackPlugin.options.title %></title>
+    <title>PeerTube</title>
 
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <!-- open graph and oembed tags -->
     <!-- Do not remove it! -->
 
-    <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
+    <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
 
     <!-- base url -->
-    <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
-
-    <%= htmlWebpackPlugin.files.webpackManifest %>
+    <base href="/">
   </head>
 
   <!-- 3. Display the application -->