wip
This commit is contained in:
@@ -28,20 +28,11 @@ export async function generateMetadata({ params: { locale } }: TeamPageProps): P
|
||||
title: `${t('hero.subtitle')} | KLZ Cables`,
|
||||
description: t('hero.title'),
|
||||
url: `https://klz-cables.com/${locale}/team`,
|
||||
images: [
|
||||
{
|
||||
url: '/uploads/2024/12/DSC07655-Large.webp',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: t('hero.subtitle'),
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: `${t('hero.subtitle')} | KLZ Cables`,
|
||||
description: t('hero.title'),
|
||||
images: ['/uploads/2024/12/DSC07655-Large.webp'],
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user