mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
@@ -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 }
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user