perf(images): serve optimized portfolio media

This commit is contained in:
poyrazavsever
2026-08-31 10:20:02 +03:00
parent 5c48b029ca
commit 87e6279dec
127 changed files with 367 additions and 73 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ export type PersonJsonLdProps = {
export function PersonJsonLd({
name,
url = SITE_URL,
image = `${SITE_URL}/logo/logo.png`,
image = `${SITE_URL}/logo/logo.webp`,
jobTitle = "Fullstack Developer",
sameAs = [],
}: PersonJsonLdProps) {
@@ -68,7 +68,7 @@ export function ArticleJsonLd({
name: authorName,
logo: {
"@type": "ImageObject",
url: `${SITE_URL}/logo/logo.png`,
url: `${SITE_URL}/logo/logo.webp`,
},
},
};