diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 85ca9fb9..a8e081ab 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -211,11 +211,11 @@ function TodayCard({ cRef }) { } /** - * 点击卡片跳转的链接 - * @param {*} e - */ + * 点击卡片跳转的链接 + * @param {*} e + */ function handleCardClick(e) { - router.push('https://tangly1024.com') + router.push(CONFIG.HERO_TITLE_LINK) } return