Skip to content

Commit

Permalink
fix(lofter): wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 11, 2024
1 parent 9306822 commit c98f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/lofter/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function handler(ctx) {

return {
title: `${items[0].author} | LOFTER`,
link: rootUrl,
link: `https://${rootUrl}`,
item: items,
description: response.data.response.posts[0].post.blogInfo.selfIntro,
};
Expand Down

0 comments on commit c98f0c7

Please sign in to comment.