mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +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",
|
||||
alias: ["/feed/subscriptions"],
|
||||
name: "Feed",
|
||||
component: () => import("../components/FeedPage.vue"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user