Skip to content

Commit 2539408

Browse files
committed
Removes the hit tracker component.
1 parent 79b6cdd commit 2539408

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

src/components/HitTracker.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/theme/BlogPostItem/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import BlogPostItemHeader from '@theme/BlogPostItem/Header';
1313
import BlogPostItemContent from '@theme/BlogPostItem/Content';
1414
import BlogPostItemFooter from '@theme/BlogPostItem/Footer';
1515
import Giscus from '@site/src/components/Giscus';
16-
import HitTracker from '@site/src/components/HitTracker';
1716

1817
// apply a bottom margin in list view
1918
function useContainerClassName() {
@@ -36,7 +35,6 @@ export default function BlogPostItem({
3635
{(!disable_comments && isBlogPostPage) && (
3736
<>
3837
<br />
39-
<HitTracker />
4038
<Giscus />
4139
</>
4240
)}

src/theme/DocItem/Layout/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import DocItemContent from '@theme/DocItem/Content';
1919
import DocBreadcrumbs from '@theme/DocBreadcrumbs';
2020
import ContentVisibility from '@theme/ContentVisibility';
2121
import Giscus from '@site/src/components/Giscus';
22-
import HitTracker from '@site/src/components/HitTracker';
2322

2423
import styles from './styles.module.css';
2524

@@ -71,7 +70,6 @@ export default function DocItemLayout({children}) {
7170
<>
7271
<br />
7372
<br />
74-
<HitTracker />
7573
<Giscus />
7674
</>
7775
)}

0 commit comments

Comments
 (0)