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(),