mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-22 15:09:43 +00:00
替换RSS链接
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user