fix: update metainfo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const CONTACTS = {
|
||||
COMPANY: '«ООО ДИТРАСО»',
|
||||
COMPANY_FULL: 'Компания «ДИТРАСО»',
|
||||
WEB: 'ocenka-sochi.ru',
|
||||
PHONE: '+79002413434',
|
||||
EMAIL: 'spo-71@yandex.ru',
|
||||
|
||||
@@ -38,7 +38,7 @@ function metaInfo({ ...props }: TMetaInfo): Metadata {
|
||||
url: `${host}${path}`,
|
||||
images: [
|
||||
{
|
||||
url: `${host}/${ogImageUrl}`,
|
||||
url: `${host}${ogImageUrl}`,
|
||||
width: width,
|
||||
height: height,
|
||||
alt: `${title} - ${companyName}`,
|
||||
@@ -55,7 +55,7 @@ function metaInfo({ ...props }: TMetaInfo): Metadata {
|
||||
creator: creator,
|
||||
images: [
|
||||
{
|
||||
url: `${host}/${ogImageUrl}`,
|
||||
url: `${host}${ogImageUrl}`,
|
||||
width: width,
|
||||
height: height,
|
||||
alt: `${title} - ${companyName}`,
|
||||
|
||||
Reference in New Issue
Block a user