From 166f09d65df52487f7bfc031bb22d494ef09ac53 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 10 Dec 2023 10:31:15 +0800 Subject: [PATCH] useless log --- themes/heo/components/InfoCard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/heo/components/InfoCard.js b/themes/heo/components/InfoCard.js index fd659aa3..4fad98ac 100644 --- a/themes/heo/components/InfoCard.js +++ b/themes/heo/components/InfoCard.js @@ -18,7 +18,6 @@ export function InfoCard(props) { const router = useRouter() // 在文章详情页特殊处理 const isSlugPage = router.pathname.indexOf('/[prefix]') === 0 - console.log('TITLE:', siteConfig('TITLE')) return ( {/* 信息卡牌第一行 */}