mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
fix: wrong env for webmention controller
This commit is contained in:
@@ -107,7 +107,7 @@ const Comment = ({ frontMatter }) => {
|
|||||||
<GitalkComponent frontMatter={frontMatter}/>
|
<GitalkComponent frontMatter={frontMatter}/>
|
||||||
</div>)}
|
</div>)}
|
||||||
|
|
||||||
{BLOG.COMMENT_WEBMENTION.ENABLE === 'yes' && (<div key='WebMention'>
|
{BLOG.COMMENT_WEBMENTION.ENABLE && (<div key='WebMention'>
|
||||||
<WebMentionComponent frontMatter={frontMatter} className="px-2" />
|
<WebMentionComponent frontMatter={frontMatter} className="px-2" />
|
||||||
</div>)}
|
</div>)}
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|||||||
Reference in New Issue
Block a user