From 24251aa8256a65db238bff61456c02d1eb2e540f Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 17 Apr 2025 09:46:53 +0200 Subject: [PATCH] remove the use of previousimages for og-image --- web/src/app/icons/[icon]/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/app/icons/[icon]/page.tsx b/web/src/app/icons/[icon]/page.tsx index 9faa788d..3b5c852b 100644 --- a/web/src/app/icons/[icon]/page.tsx +++ b/web/src/app/icons/[icon]/page.tsx @@ -74,8 +74,7 @@ export async function generateMetadata({ params, searchParams }: Props, parent: height: 512, alt: `${formattedIconName} Icon`, type: "image/png", - }, - ...previousImages, + } ], authors: [authorName, "homarr"], publishedTime: updateDate.toISOString(),