mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 23:16:50 +00:00
fix(自定义备案链接不生效)
This commit is contained in:
@@ -24,7 +24,7 @@ const Footer = ({ title }) => {
|
||||
{siteConfig('BEI_AN') && (
|
||||
<>
|
||||
<i className='fas fa-shield-alt' />
|
||||
<a href='https://beian.miit.gov.cn/' className='mr-2'>
|
||||
<a href={siteConfig('BEI_AN_LINK')} className='mr-2'>
|
||||
{siteConfig('BEI_AN')}
|
||||
</a>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user