diff options
-rw-r--r-- | client/.angular-cli.json | 3 | ||||
-rw-r--r-- | client/src/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/client/.angular-cli.json b/client/.angular-cli.json index 9ed4a7ab3..01c240beb 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json | |||
@@ -9,7 +9,8 @@ | |||
9 | "outDir": "dist", | 9 | "outDir": "dist", |
10 | "deployUrl": "client/", | 10 | "deployUrl": "client/", |
11 | "assets": [ | 11 | "assets": [ |
12 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" } | 12 | { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }, |
13 | { "input": "./manifest.json", "output": "./client/manifest.json" } | ||
13 | ], | 14 | ], |
14 | "index": "index.html", | 15 | "index": "index.html", |
15 | "main": "main.ts", | 16 | "main": "main.ts", |
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! --> |