Skip to content

Commit

Permalink
feat: show subscription feed at /feed/subscriptions (#3666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ac615223s5 committed Jun 12, 2024
1 parent 13fbb3f commit 052ab7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const routes = [
},
{
path: "/feed",
alias: ["/feed/subscriptions"],
name: "Feed",
component: () => import("../components/FeedPage.vue"),
},
Expand Down

0 comments on commit 052ab7e

Please sign in to comment.