feat: implement browser extension for media publishing and add backend support for media management
This commit is contained in:
@@ -89,7 +89,7 @@ const router = createRouter({
|
||||
{
|
||||
path: "media",
|
||||
name: "media",
|
||||
component: () => import("@/views/FeatureStubView.vue"),
|
||||
component: () => import("@/views/MediaView.vue"),
|
||||
meta: {
|
||||
titleKey: "route.media.title",
|
||||
descriptionKey: "route.media.description",
|
||||
|
||||
Reference in New Issue
Block a user