Browse Source

Fix default homepage in web application

Chocobozzz 5 years ago
parent
commit
e2a095bc96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/manifest.webmanifest

+ 1 - 1
client/src/manifest.webmanifest

@@ -43,5 +43,5 @@
   ],
   "name": "PeerTube",
   "short_name": "PeerTube",
-  "start_url": "/videos/trending"
+  "start_url": "/"
 }