diff --git a/web/src/router.ts b/web/src/router.ts index 848248821..fcdb05e6a 100644 --- a/web/src/router.ts +++ b/web/src/router.ts @@ -110,7 +110,7 @@ const routes: RouteRecordRaw[] = [ redirect: (route) => ({ name: 'repo-pipeline', params: route.params }), }, { - path: 'build/:pipelineId+', + path: 'build/:pipelineId', redirect: (route) => ({ name: 'repo-pipeline', params: route.params }), }, ],