fix: update metatags
This commit is contained in:
@@ -31,7 +31,7 @@ function metaInfo({ ...props }: TMetaInfo): Metadata {
|
||||
|
||||
return {
|
||||
title: `${title} | ${companyName}`,
|
||||
description: `${description} ${phone}`,
|
||||
description: description,
|
||||
openGraph: {
|
||||
title: title,
|
||||
description: description,
|
||||
@@ -51,7 +51,7 @@ function metaInfo({ ...props }: TMetaInfo): Metadata {
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: `${title} - ${companyName}`,
|
||||
description: `${description} ${phone}`,
|
||||
description: description,
|
||||
creator: creator,
|
||||
images: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user