From 7344698d35a94ebcded55478d7c2f034dbbf3e86 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:48:45 -0400 Subject: [PATCH] Remove SplitbeeAnalytics for now --- src/components/common/MetaTags.astro | 4 ---- 1 file changed, 4 deletions(-) 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 && } -