替换RSS链接

This commit is contained in:
tangly1024.com
2024-06-24 13:48:13 +08:00
parent 528986403b
commit bce5d4e076
12 changed files with 950 additions and 325 deletions

View File

@@ -99,7 +99,11 @@ const SocialButton = () => {
</a>
)}
{ENABLE_RSS && (
<a target='_blank' rel='noreferrer' title={'RSS'} href={'/feed'}>
<a
target='_blank'
rel='noreferrer'
title={'RSS'}
href={'/rss/feed.xml'}>
<i className='transform hover:scale-125 duration-150 fas fa-rss dark:hover:text-green-400 hover:text-green-600' />
</a>
)}