Merge branch 'master' into 'master'
Optimize PNG files and fix some links See merge request framasoft/peertube/joinpeertube!33
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 830 KiB After Width: | Height: | Size: 577 KiB |
Before Width: | Height: | Size: 834 KiB After Width: | Height: | Size: 581 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 561 KiB After Width: | Height: | Size: 491 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -104,7 +104,7 @@
|
||||||
<p v-html="$t('home.install.text[0]')"></p>
|
<p v-html="$t('home.install.text[0]')"></p>
|
||||||
<p v-html="$t('home.install.text[1]')"></p>
|
<p v-html="$t('home.install.text[1]')"></p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/Chocobozzz/PeerTube/#production"
|
<a href="https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
v-html="$t('home.install.btn')"
|
v-html="$t('home.install.btn')"
|
||||||
></a>
|
></a>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="icons/favicon.png">
|
<link rel="shortcut icon" href="/icons/favicon.png">
|
||||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|