Skip to content

Commit

Permalink
fix: feed link
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 22, 2024
1 parent fafd9e4 commit 6d354c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/feed/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function GET() {
<div>
<blockquote>
该渲染由 Shiro API 生成,可能存在排版问题,最佳体验请前往:
<a href={`${xss(item.link)}`}>${xss(item.link)}</a>
<a href={`${xss(item.link)}`}>{xss(item.link)}</a>
</blockquote>
{compiler(item.text, {
overrides: {
Expand Down

0 comments on commit 6d354c2

Please sign in to comment.