From 6f85b4d7ce3aaed9883bd9d0e7fa192d7bd821ff Mon Sep 17 00:00:00 2001 From: sy Date: Sat, 1 Apr 2023 00:10:15 +0800 Subject: [PATCH] fix: wrong env for webmention controller --- components/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Comment.js b/components/Comment.js index d624e468..e1b1f6bb 100644 --- a/components/Comment.js +++ b/components/Comment.js @@ -107,7 +107,7 @@ const Comment = ({ frontMatter }) => { )} - {BLOG.COMMENT_WEBMENTION.ENABLE === 'yes' && (
+ {BLOG.COMMENT_WEBMENTION.ENABLE && (
)}