fixed redirection back to followed projects (#1190)

Fixes #1158
This commit is contained in:
Younes
2023-06-12 00:57:01 +01:00
committed by GitHub
parent 3036f43b75
commit db9279a6e5

View File

@@ -840,7 +840,7 @@ if (project.value.project_type !== route.params.type || route.params.id !== proj
`/${project.value.project_type}/${project.value.slug}${
path.length > 0 ? `/${path.join('/')}` : ''
}`,
{ redirectCode: 301 }
{ redirectCode: 301, replace: true }
)
}