mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-10-04 13:20:43 +02:00
remove the use of previousimages for og-image
This commit is contained in:
parent
63349f7490
commit
7ef4f9ac28
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ export async function generateMetadata({ params, searchParams }: Props, parent:
|
|||
if (!iconsData[icon]) {
|
||||
notFound()
|
||||
}
|
||||
const previousImages = (await parent).openGraph?.images || []
|
||||
const authorData = await getAuthorData(iconsData[icon].update.author.id)
|
||||
const authorName = authorData.name || authorData.login
|
||||
const updateDate = new Date(iconsData[icon].update.timestamp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue