Skip to content

Commit 31c4371

Browse files
committed
feat: add Preview.png for enhanced metadata images in layout
1 parent 59992fc commit 31c4371

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

public/Preview.png

301 KB
Loading

src/app/layout.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,22 @@ export const metadata: Metadata = {
3636
url: "https://removebanana.aashuu.tech/",
3737
siteName: "RemoveBanana",
3838
type: "website",
39-
images: ["/Banana.webp"],
39+
images: [
40+
{
41+
url: "/Preview.png",
42+
width: 1200,
43+
height: 630,
44+
alt: "RemoveBanana – Remove AI watermarks from Gemini images",
45+
},
46+
],
4047
},
4148
twitter: {
4249
card: "summary_large_image",
4350
creator: "@warrioraashuu",
4451
title: "RemoveBanana",
4552
description:
4653
"Remove invisible AI watermarks from Google Gemini-generated images using reverse alpha blending mathematics.",
47-
images: ["/Banana.webp"],
54+
images: ["/Preview.png"],
4855
},
4956
};
5057

0 commit comments

Comments
 (0)