From 0e003f6e90cf93209657a5aee477cd104cfcc9ce Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Tue, 22 Apr 2025 18:33:55 +0200 Subject: [PATCH] fix(web): revert wrong opengraph image --- web/src/app/icons/[icon]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/app/icons/[icon]/page.tsx b/web/src/app/icons/[icon]/page.tsx index 99e7e02e..186ca02f 100644 --- a/web/src/app/icons/[icon]/page.tsx +++ b/web/src/app/icons/[icon]/page.tsx @@ -67,7 +67,6 @@ export async function generateMetadata({ params, searchParams }: Props, parent: description: `Download the ${formattedIconName} icon in SVG, PNG, and WEBP formats for FREE. Part of a collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`, type: "article", url: pageUrl, - images: [iconImageUrl], authors: [authorName], publishedTime: updateDate.toISOString(), modifiedTime: updateDate.toISOString(),