From e60daf6100ebcff48daa4faa4c3dd5b2b4318d21 Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Wed, 29 May 2024 23:14:13 -0300 Subject: [PATCH] chore: adjusting openGraph locales layout --- docs/src/app/[locale]/layout.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/app/[locale]/layout.tsx b/docs/src/app/[locale]/layout.tsx index c57b231..465f25b 100644 --- a/docs/src/app/[locale]/layout.tsx +++ b/docs/src/app/[locale]/layout.tsx @@ -17,11 +17,6 @@ export async function generateMetadata({ const t = await getScopedI18n("HomeLayout"); return { - metadataBase: new URL( - `${process.env.NEXT_PUBLIC_WEBSITE_URL}/${locale}` || - `https://multiform-validator.3utilities.com/${locale}`, - ), - description: t("Description"), classification: t("Classification"),