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,
|
||||
publisher: {
|
||||
...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}` },
|
||||
image: `${BASE_URL}/og-image.png`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue