fix: correct logo
This commit is contained in:
parent
52649dfb3b
commit
fcbb5396b3
|
|
@ -30,7 +30,7 @@ export const createTechArticleSchema = (page: { title: string; description: stri
|
||||||
author: ORGANIZATION,
|
author: ORGANIZATION,
|
||||||
publisher: {
|
publisher: {
|
||||||
...ORGANIZATION,
|
...ORGANIZATION,
|
||||||
logo: { '@type': 'ImageObject', url: `${BASE_URL}/logo.png` },
|
logo: { '@type': 'ImageObject', url: `${BASE_URL}/logo-square.png` },
|
||||||
},
|
},
|
||||||
mainEntityOfPage: { '@type': 'WebPage', '@id': `${BASE_URL}${page.path}` },
|
mainEntityOfPage: { '@type': 'WebPage', '@id': `${BASE_URL}${page.path}` },
|
||||||
image: `${BASE_URL}/og-image.png`,
|
image: `${BASE_URL}/og-image.png`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue