Skip to content

Commit

Permalink
fix: add target for link
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 9, 2023
1 parent 18e7bdd commit cff3b72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/layout/footer/FooterInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,13 @@ const FooterBottom = async () => {
.
<span>
<Divider />
<a href="/feed">RSS</a>
<a href="/feed" target="_blank">
RSS
</a>
<Divider />
<a href="/sitemap.xml">站点地图</a>
<a href="/sitemap.xml" target="_blank">
站点地图
</a>
<Divider className="hidden md:inline" />

<SubscribeTextButton>
Expand Down

1 comment on commit cff3b72

@vercel
Copy link

@vercel vercel bot commented on cff3b72 Jul 9, 2023

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:

shiro – ./

springtide.vercel.app
shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.