aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-08 10:00:09 +0100
committerChocobozzz <me@florianbigard.com>2018-02-08 10:00:09 +0100
commit6583edee61b3e2726c5209b6da311d758088d619 (patch)
tree046b29eb09cab1e1e02ec0a51e22604e8f1d274b /client/src/index.html
parentf529f9835e66880821237929f3452a520117799b (diff)
downloadPeerTube-6583edee61b3e2726c5209b6da311d758088d619.tar.gz
PeerTube-6583edee61b3e2726c5209b6da311d758088d619.tar.zst
PeerTube-6583edee61b3e2726c5209b6da311d758088d619.zip
Include manifest in build
Diffstat (limited to 'client/src/index.html')
-rw-r--r--client/src/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/index.html b/client/src/index.html
index 79c3edea8..61a8d2ed1 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -8,7 +8,8 @@
8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" /> 8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
9 9
10 <!-- Web Manifest file --> 10 <!-- Web Manifest file -->
11 <link rel="manifest" href="manifest.json"> 11 <link rel="manifest" href="/client/manifest.json">
12
12 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags --> 13 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
13 <!-- open graph and oembed tags --> 14 <!-- open graph and oembed tags -->
14 <!-- Do not remove it! --> 15 <!-- Do not remove it! -->