removed some unnecessary ui elements
This commit is contained in:
@@ -11,12 +11,12 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
||||
const { locale, slug } = await params;
|
||||
|
||||
return {
|
||||
title: `Product ${slug} | E-Commerce`,
|
||||
title: `Product ${slug} | Smart-Electronics`,
|
||||
description: `View details for product ${slug}`,
|
||||
openGraph: {
|
||||
locale,
|
||||
type: "website",
|
||||
title: `Product ${slug} | E-Commerce`,
|
||||
title: `Product ${slug} | Smart-Electronics`,
|
||||
description: `View details for product ${slug}`,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user