diff --git a/src/components/atoms/ExtraMetaTags.astro b/src/components/atoms/ExtraMetaTags.astro
index c7e2052..a51272c 100644
--- a/src/components/atoms/ExtraMetaTags.astro
+++ b/src/components/atoms/ExtraMetaTags.astro
@@ -1,7 +1,9 @@
---
import { SITE } from '~/config.mjs';
+
+const base = `${SITE.basePathname}${SITE.basePathname.endsWith('/') ? "" : "/"}`
---
-
-
-
+
+
+