Skip to content

Commit

Permalink
chore: adjusting openGraph locales layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 30, 2024
1 parent 9c9ae7b commit e60daf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit e60daf6

Please sign in to comment.