Skip to content

Commit

Permalink
fix(routes/oschina/user): fix wrong link for user (#17998)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 authored Dec 28, 2024
1 parent b3b0f9d commit a5274c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/oschina/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function handler(ctx) {
return {
title: author + '的博客',
description: $('.user-text .user-signature').text(),
link: `https://my.oschina.net/${id ?? uid}`,
link: `https://my.oschina.net/u/${id ?? uid}`,
item: resultItem,
};
}

0 comments on commit a5274c2

Please sign in to comment.