From 6816ce1da4b83075495c7c090a47f36490331a3f Mon Sep 17 00:00:00 2001 From: Juana Date: Fri, 1 Aug 2025 12:10:15 -0300 Subject: [PATCH] SBIT-584 se corrige la pagina alternativa --- src/components/Seo/Seo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Seo/Seo.js b/src/components/Seo/Seo.js index 2489d91..8a41acf 100644 --- a/src/components/Seo/Seo.js +++ b/src/components/Seo/Seo.js @@ -80,7 +80,7 @@ function Seo({ description, lang, meta, title, keywords, location }) { link={[ { rel: "alternate", - href: `https://bitlogic${pathname}` + href: `https://bitlogic.io${pathname}` }, { rel: "alternate",