aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html6
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 -->