1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-10-09 15:50:22 +02:00

remove the use of previousimages for og-image

This commit is contained in:
Thomas Camlong 2025-04-17 09:46:53 +02:00
parent 7ef4f9ac28
commit 24251aa825
No known key found for this signature in database
GPG key ID: A678F374F428457B

View file

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