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"),