diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro
index cc7da0b..1a413d0 100644
--- a/src/components/common/MetaTags.astro
+++ b/src/components/common/MetaTags.astro
@@ -5,7 +5,7 @@ import { getImage } from '@astrojs/image';
import { SITE } from '~/config.mjs';
import { MetaSEO } from '~/types';
-import { getPermalink, getCanonical } from '~/utils/permalinks';
+import { getCanonical, getAsset } from '~/utils/permalinks';
import { getRelativeUrlByFilePath } from '~/utils/directories';
import Fonts from '~/components/common/Fonts.astro';
@@ -92,6 +92,6 @@ const image =
{SITE.splitbeeAnalytics?.enabled && }
-
-
-
+
+
+