mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-13 19:08:22 +00:00
Add support for /c/ and /user/
This commit is contained in:
@@ -13,7 +13,17 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: "/channel/:channelId",
|
||||
name: "Channel",
|
||||
name: "ChannelId",
|
||||
component: () => import("../components/Channel.vue"),
|
||||
},
|
||||
{
|
||||
path: "/c/:channelC",
|
||||
name: "ChannelC",
|
||||
component: () => import("../components/Channel.vue"),
|
||||
},
|
||||
{
|
||||
path: "/user/:channelUser",
|
||||
name: "ChannelUser",
|
||||
component: () => import("../components/Channel.vue"),
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user