Skip to content

Commit

Permalink
fix: broken link #259
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jan 22, 2024
1 parent e2cf5f9 commit b9f923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function UserCard({ isNavbar = false }: { isNavbar?: boolean }) {
</div>
<div className={styles.bio}>{bio}</div>
<div className={styles.num}>
<Link className={styles.numItem} href="/archive">
<Link className={styles.numItem} href="/blog/archive">
<Icon icon="carbon:blog" width="20" height="20" />
{count.blog}
</Link>
Expand Down

1 comment on commit b9f923b

@vercel
Copy link

@vercel vercel bot commented on b9f923b Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-kuizuo1.vercel.app
kuizuo.cn
blog-kuizuo.vercel.app
blog-kuizuo1.vercel.app

Please sign in to comment.