Skip to content

Commit 9f69efb

Browse files
committed
Fix: Hits 표시에 링크 삭제
1 parent 439b6b6 commit 9f69efb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

app/(blog)/page.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,10 @@ function HomeContent() {
220220
세상을 게으르게 만들기 위해 발전하고 싶은 프론트엔드 개발자입니다.
221221
🚀
222222
</p>
223-
<a href="https://myhits.vercel.app">
224-
<Image
225-
src="https://myhits.vercel.app/api/hit/https%3A%2F%2Flazy-dinosaur.github.io%2F?color=green&label=Hits&size=medium"
226-
alt="Hits"
227-
/>
228-
</a>
223+
<Image
224+
src="https://myhits.vercel.app/api/hit/https%3A%2F%2Flazy-dinosaur.github.io%2F?color=green&label=Hits&size=medium"
225+
alt="Hits"
226+
/>
229227
</div>
230228
}
231229
/>

0 commit comments

Comments
 (0)