diff --git a/src/app/(home)/story/page.tsx b/src/app/(home)/story/page.tsx index b27424d..1e456f0 100644 --- a/src/app/(home)/story/page.tsx +++ b/src/app/(home)/story/page.tsx @@ -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(), });