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 ( {/* 信息卡牌第一行 */}