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

View File

@@ -63,6 +63,7 @@ const routes = [
},
{
path: "/feed",
alias: ["/feed/subscriptions"],
name: "Feed",
component: () => import("../components/FeedPage.vue"),
},