mirror of https://github.com/Chocobozzz/PeerTube
Include manifest in build
parent
f529f9835e
commit
6583edee61
|
@ -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",
|
||||
|
|
|
@ -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! -->
|
||||
|
|
Loading…
Reference in New Issue