diff --git a/apps/landing/src/config/docs-schema.ts b/apps/landing/src/config/docs-schema.ts index 2c17517..33ce0ef 100644 --- a/apps/landing/src/config/docs-schema.ts +++ b/apps/landing/src/config/docs-schema.ts @@ -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`,