Skip to content

Commit

Permalink
fix: update rss.xml path
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 25, 2023
1 parent 3b9fa1d commit 2fc29ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/SocialLinks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@ export default function SocialLinks({ ...prop }) {
<SocialLink href={socials.qq} title="QQ" icon="ri:qq-line" />
<SocialLink href={socials.zhihu} title="知乎" icon="ri:zhihu-line" />
<SocialLink href={socials.email} title="Email" icon="ri:mail-line" />
<SocialLink
href={socials.cloudmusic}
title="Music"
icon="ri:netease-cloud-music-line"
/>
<SocialLink href="/rss.xml" title="Rss" icon="ri:rss-line" />
<SocialLink href={socials.cloudmusic} title="Music" icon="ri:netease-cloud-music-line" />
<SocialLink href="/blog/rss.xml" title="Rss" icon="ri:rss-line" />
</div>
)
}

1 comment on commit 2fc29ca

@vercel
Copy link

@vercel vercel bot commented on 2fc29ca Dec 25, 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:

blog – ./

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

Please sign in to comment.