Update router.js

This commit is contained in:
nieve 2024-06-10 00:20:03 -04:00
parent a0cdc6f0c4
commit 684e1531ff

View file

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