Skip to content

Commit cf0ed50

Browse files
committed
chore: delete hits image
1 parent 0b9bad0 commit cf0ed50

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/pages/about.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function IndexPage() {
2929
<a href='https://www.linkedin.com/in/pyjun01/' target='_blank'>
3030
<img src='https://img.shields.io/badge/LinkedIn-0077B5?style=flat-square&logo=linkedin&logoColor=white' />
3131
</a>
32-
<img src='https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fpyjun01.github.io/about&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false' />
3332
</div>
3433
</Layout>
3534
);

src/pages/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ function IndexPage() {
2626
<meta name='twitter:description' content='개발자 박용준 기술 블로그' />
2727
</Helmet>
2828
<List nodes={data.allMdx.nodes} />
29-
<img
30-
src='https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fpyjun01.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false'
31-
style={{ opacity: 0 }}
32-
/>
3329
</Layout>
3430
);
3531
}

src/pages/v/{mdx.parent__(File)__name}.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ function BlogPost({ data, children }) {
8989
</MDXProvider>
9090
</div>
9191
</Container>
92-
<img
93-
src={`https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fpyjun01.github.io/v/${data.mdx.frontmatter.slug}&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false`}
94-
style={{ opacity: 0 }}
95-
/>
9692
</Layout>
9793
);
9894
}

0 commit comments

Comments
 (0)