fix: author link referencing name instead of slug
This commit is contained in:
parent
a794b56ece
commit
68899f130a
2 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,7 @@ const authors = await parseAuthors(post.data.authors ?? [])
|
|||
/>
|
||||
{author.isRegistered ? (
|
||||
<Link
|
||||
href={`/authors/${author.name}`}
|
||||
href={`/authors/${author.slug}`}
|
||||
underline
|
||||
class="text-foreground"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue