feat: upgrade to astro 5

This commit is contained in:
Jayden 2024-12-24 06:20:40 +00:00
parent 47f21f8b3c
commit 0704481e0b
16 changed files with 3976 additions and 2671 deletions

View file

@ -37,7 +37,7 @@ const socialLinks: SocialLink[] = [
>
<div class="flex flex-wrap gap-4">
<Link
href={`/authors/${author.slug}`}
href={`/authors/${author.id}`}
class={cn('block', linkDisabled && 'pointer-events-none')}
>
<AvatarComponent