mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-10-28 14:09:05 +08:00
remove the use of previousimages for og-image
This commit is contained in:
@@ -74,8 +74,7 @@ export async function generateMetadata({ params, searchParams }: Props, parent:
|
|||||||
height: 512,
|
height: 512,
|
||||||
alt: `${formattedIconName} Icon`,
|
alt: `${formattedIconName} Icon`,
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
}
|
||||||
...previousImages,
|
|
||||||
],
|
],
|
||||||
authors: [authorName, "homarr"],
|
authors: [authorName, "homarr"],
|
||||||
publishedTime: updateDate.toISOString(),
|
publishedTime: updateDate.toISOString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user