mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
feat: show subscription feed at /feed/subscriptions (#3666)
This commit is contained in:
parent
13fbb3fe93
commit
052ab7ef7d
@ -63,6 +63,7 @@ const routes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/feed",
|
path: "/feed",
|
||||||
|
alias: ["/feed/subscriptions"],
|
||||||
name: "Feed",
|
name: "Feed",
|
||||||
component: () => import("../components/FeedPage.vue"),
|
component: () => import("../components/FeedPage.vue"),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user