diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 12:28:22 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 12:28:22 +0200 |
commit | 8635a2c70cc24a4c52558162ac058de95750271f (patch) | |
tree | a9699b7c6696218604e6b273b4f34a6898d4f16b /client/src/index.html | |
parent | 66dd264f7b15c05006faa00694c88c56794edc54 (diff) | |
download | PeerTube-8635a2c70cc24a4c52558162ac058de95750271f.tar.gz PeerTube-8635a2c70cc24a4c52558162ac058de95750271f.tar.zst PeerTube-8635a2c70cc24a4c52558162ac058de95750271f.zip |
Update client modules
Diffstat (limited to 'client/src/index.html')
-rw-r--r-- | client/src/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/index.html b/client/src/index.html index 07658bbb7..e18b83dc8 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -11,13 +11,15 @@ | |||
11 | <!-- opengraph tags --> | 11 | <!-- opengraph 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" /> | ||
15 | |||
16 | <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged --> | 14 | <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged --> |
17 | <script src="/client/assets/webtorrent/webtorrent.min.js"></script> | 15 | <script src="/client/assets/webtorrent/webtorrent.min.js"></script> |
18 | 16 | ||
17 | <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> | ||
18 | |||
19 | <!-- base url --> | 19 | <!-- base url --> |
20 | <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>"> | 20 | <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>"> |
21 | |||
22 | <%= htmlWebpackPlugin.files.webpackManifest %> | ||
21 | </head> | 23 | </head> |
22 | 24 | ||
23 | <!-- 3. Display the application --> | 25 | <!-- 3. Display the application --> |