useless log

This commit is contained in:
tangly1024
2023-12-10 10:31:15 +08:00
parent bf1597093c
commit 166f09d65d

View File

@@ -18,7 +18,6 @@ export function InfoCard(props) {
const router = useRouter()
// 在文章详情页特殊处理
const isSlugPage = router.pathname.indexOf('/[prefix]') === 0
console.log('TITLE:', siteConfig('TITLE'))
return (
<Card className='bg-[#4f65f0] dark:bg-yellow-600 text-white flex flex-col w-72 overflow-hidden relative'>
{/* 信息卡牌第一行 */}