From: Chocobozzz Date: Mon, 10 Dec 2018 09:47:29 +0000 (+0100) Subject: Fix default homepage in web application X-Git-Tag: v1.2.0-rc.1~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2a095bc96dc3dfadba8c3d8487f3a18bc2b7a03;p=oweals%2Fpeertube.git Fix default homepage in web application --- diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 3d3c7d6d5..851e098a8 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -43,5 +43,5 @@ ], "name": "PeerTube", "short_name": "PeerTube", - "start_url": "/videos/trending" + "start_url": "/" }