diff --git a/README.md b/README.md
index 5a889a9..6a432b4 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ As of now, some of the cool things Slacker News has include:
- Dynamic OpenGraph Metadata
- Light/dark mode
- Slack channel/user tagging
-- Privacy-concious analytics (abacus)
+- Privacy-concious [analytics](https://plausible.io/news.hackclub.com) w/ Plausible
## Technical Contributions
diff --git a/src/components/AbacusCounter.astro b/src/components/AbacusCounter.astro
deleted file mode 100644
index 1a1a5c0..0000000
--- a/src/components/AbacusCounter.astro
+++ /dev/null
@@ -1,27 +0,0 @@
----
-import { generateAbacusKey, getAbacusHitUrl } from "../lib/abacus";
-
-interface Props {
- pathname: string;
-}
-
-const { pathname } = Astro.props;
-const abacusKey = generateAbacusKey(pathname);
-const abacusUrl = getAbacusHitUrl(abacusKey);
----
-
-
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index e6a50f3..37de578 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -1,6 +1,4 @@
---
-import AbacusCounter from "../components/AbacusCounter.astro";
-
interface Props {
title?: string;
description?: string;
@@ -165,7 +163,7 @@ const socialImageAlt = openGraphImageAlt ?? `${siteTitle} social preview`;
|
RSS
|
- Stats
+ Stats
|
@@ -178,6 +176,5 @@ const socialImageAlt = openGraphImageAlt ?? `${siteTitle} social preview`;
-