diff --git a/src/router/router.js b/src/router/router.js index 440355ed..26cfa9f0 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -27,7 +27,7 @@ const routes = [ component: () => import("../components/PlaylistPage.vue"), }, { - path: "/:path(v|w|embed|shorts|watch)/:v?", + path: "/:path(v|w|embed|live|shorts|watch)/:v?", name: "WatchVideo", component: () => import("../components/WatchVideo.vue"), },