diff options
Diffstat (limited to 'client/src/index.html')
-rw-r--r-- | client/src/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/index.html b/client/src/index.html index 4af6b12f6..f14323521 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <title><%= htmlWebpackPlugin.options.title %></title> | 4 | <title>PeerTube</title> |
5 | 5 | ||
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"> |
@@ -14,9 +14,7 @@ | |||
14 | <link rel="icon" type="image/png" href="/client/assets/images/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="/"> |
18 | |||
19 | <%= htmlWebpackPlugin.files.webpackManifest %> | ||
20 | </head> | 18 | </head> |
21 | 19 | ||
22 | <!-- 3. Display the application --> | 20 | <!-- 3. Display the application --> |