chore: adjust dashboard colection segments
This commit is contained in:
@@ -8,5 +8,5 @@ export default ({ params, searchParams }) =>
|
||||
collectionSlug: params.collection,
|
||||
searchParams,
|
||||
config,
|
||||
route: `/${params.collection + '/' + params.segments?.join('/')}`,
|
||||
route: `/collections/${params.collection + (params.segments?.length ? `/${params.segments.join('/')}` : '')}`,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user