"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",
<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! -->