fix: correct logo

This commit is contained in:
Oleg Proskurin 2026-01-02 14:47:00 +07:00
parent 52649dfb3b
commit fcbb5396b3
1 changed files with 1 additions and 1 deletions

View File

@ -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`,