fix: fix preview of blogs with too many images
This commit is contained in:
parent
302e8e40b7
commit
49fc222775
|
@ -41,7 +41,7 @@ export async function generateMetadata(
|
|||
title: title.toString(),
|
||||
description: description.toString(),
|
||||
author: author.toString(),
|
||||
images: images.join(","),
|
||||
images: images[0],
|
||||
github_username: github_username.toString(),
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue