mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-09-05 14:58:27 +00:00
feat: show subscription feed at /feed/subscriptions (#3666)
This commit is contained in:
@@ -63,6 +63,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: "/feed",
|
||||
alias: ["/feed/subscriptions"],
|
||||
name: "Feed",
|
||||
component: () => import("../components/FeedPage.vue"),
|
||||
},
|
||||
|
Reference in New Issue
Block a user