feat: updated logo

This commit is contained in:
poyrazavsever
2026-07-29 20:05:27 +03:00
parent 4bbe15a36d
commit 3b955d4050
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ export type PersonJsonLdProps = {
export function PersonJsonLd({
name,
url = SITE_URL,
image = `${SITE_URL}/logo/logo.jpeg`,
image = `${SITE_URL}/logo/logo.png`,
jobTitle = "Fullstack Developer",
sameAs = [],
}: PersonJsonLdProps) {
@@ -68,7 +68,7 @@ export function ArticleJsonLd({
name: authorName,
logo: {
"@type": "ImageObject",
url: `${SITE_URL}/logo/logo.jpeg`,
url: `${SITE_URL}/logo/logo.png`,
},
},
};