From b4fc3f6a286dc0f2c59c93795beaf7b6aae7b910 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 22 Jun 2026 14:12:49 +0200 Subject: [PATCH] fix(og): Remove redundant description on root OG image --- app/[locale]/opengraph-image.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/[locale]/opengraph-image.tsx b/app/[locale]/opengraph-image.tsx index ae2d52168..0d323fdc0 100644 --- a/app/[locale]/opengraph-image.tsx +++ b/app/[locale]/opengraph-image.tsx @@ -11,11 +11,6 @@ export default async function Image({ params }: { params: Promise<{ locale: stri const { locale } = await params; const t = await getTranslations({ locale, namespace: 'Index.meta' }); - let pageTitle = t('title'); - if (pageTitle.startsWith('E-TIB GmbH | ')) { - pageTitle = pageTitle.substring('E-TIB GmbH | '.length); - } - const fonts = await getOgFonts(); const bg = getOgBackground(); const logo = getOgLogo(); @@ -23,7 +18,6 @@ export default async function Image({ params }: { params: Promise<{ locale: stri return new ImageResponse(