diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro
index 26b9969..d45c29a 100644
--- a/src/components/common/MetaTags.astro
+++ b/src/components/common/MetaTags.astro
@@ -8,8 +8,6 @@ import { MetaSEO } from '~/types';
import { getCanonical, getAsset } from '~/utils/permalinks';
import { getRelativeUrlByFilePath } from '~/utils/directories';
-import SplitbeeAnalytics from './SplitbeeAnalytics.astro';
-
export interface Props extends MetaSEO {
dontUseTitleTemplate?: boolean;
}
@@ -87,6 +85,4 @@ const image =
{SITE.googleAnalyticsId && }
-{SITE.splitbeeAnalytics?.enabled && }
-