Include manifest in build

pull/285/head
Chocobozzz 2018-02-08 10:00:09 +01:00
parent f529f9835e
commit 6583edee61
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"outDir": "dist",
"deployUrl": "client/",
"assets": [
{ "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }
{ "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" },
{ "input": "./manifest.json", "output": "./client/manifest.json" }
],
"index": "index.html",
"main": "main.ts",

View File

@ -8,7 +8,8 @@
<meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
<!-- Web Manifest file -->
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="/client/manifest.json">
<!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
<!-- open graph and oembed tags -->
<!-- Do not remove it! -->