mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-11-30 05:08:20 +00:00
Support for YouTube handles
This commit is contained in:
@@ -41,6 +41,11 @@ const routes = [
|
||||
name: "Channel",
|
||||
component: () => import("../components/ChannelPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/@:channelId",
|
||||
name: "Channel handle",
|
||||
component: () => import("../components/ChannelPage.vue"),
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
name: "Login",
|
||||
|
||||
Reference in New Issue
Block a user