fix: update breadcrumbs-nav for posts to ensure consistency
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
params: { preferredUsername: usernameWithDomain(post.attributedTo) },
|
||||
text: displayName(post.attributedTo),
|
||||
},
|
||||
{
|
||||
name: RouteName.POSTS,
|
||||
params: { preferredUsername: usernameWithDomain(post.attributedTo) },
|
||||
text: $t('Posts'),
|
||||
},
|
||||
{
|
||||
name: RouteName.POST,
|
||||
params: { slug: post.slug },
|
||||
|
||||
Reference in New Issue
Block a user