mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
修复不蒜子文章统计出错
This commit is contained in:
@@ -31,6 +31,7 @@ const CommonHead = ({ meta, children }) => {
|
||||
<meta name='twitter:card' content='summary_large_image' />
|
||||
<meta name='twitter:description' content={description} />
|
||||
<meta name='twitter:title' content={title} />
|
||||
{JSON.parse(BLOG.ANALYTICS_BUSUANZI_ENABLE) && <meta name="referrer" content="no-referrer-when-downgrade"/> }
|
||||
{meta?.type === 'article' && (
|
||||
<>
|
||||
<meta
|
||||
|
||||
Reference in New Issue
Block a user