mirror of https://github.com/Chocobozzz/PeerTube
Include manifest in build
parent
f529f9835e
commit
6583edee61
|
@ -9,7 +9,8 @@
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"deployUrl": "client/",
|
"deployUrl": "client/",
|
||||||
"assets": [
|
"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",
|
"index": "index.html",
|
||||||
"main": "main.ts",
|
"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" />
|
<meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
|
||||||
|
|
||||||
<!-- Web Manifest file -->
|
<!-- 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 -->
|
<!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
|
||||||
<!-- open graph and oembed tags -->
|
<!-- open graph and oembed tags -->
|
||||||
<!-- Do not remove it! -->
|
<!-- Do not remove it! -->
|
||||||
|
|
Loading…
Reference in New Issue