1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 05:40:28 +05:30

feat: show subscription feed at /feed/subscriptions (#3666)

This commit is contained in:
ac615223s5 2024-06-12 14:29:37 -04:00 committed by GitHub
parent 13fbb3fe93
commit 052ab7ef7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),
}, },