fix: refactor breadcrumbs to take page type variants to better match margins
This commit is contained in:
@@ -29,7 +29,7 @@ export async function resolve(url: string, lang = Lang.en) {
|
||||
if (value.total) {
|
||||
const { content_type_uid, uid } = value.items[0].system
|
||||
return {
|
||||
contentType: content_type_uid.replaceAll("_", "-"),
|
||||
contentType: content_type_uid,
|
||||
uid,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user