We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59992fc commit 31c4371Copy full SHA for 31c4371
2 files changed
public/Preview.png
301 KB
src/app/layout.tsx
@@ -36,15 +36,22 @@ export const metadata: Metadata = {
36
url: "https://removebanana.aashuu.tech/",
37
siteName: "RemoveBanana",
38
type: "website",
39
- images: ["/Banana.webp"],
+ images: [
40
+ {
41
+ url: "/Preview.png",
42
+ width: 1200,
43
+ height: 630,
44
+ alt: "RemoveBanana – Remove AI watermarks from Gemini images",
45
+ },
46
+ ],
47
},
48
twitter: {
49
card: "summary_large_image",
50
creator: "@warrioraashuu",
51
title: "RemoveBanana",
52
description:
53
"Remove invisible AI watermarks from Google Gemini-generated images using reverse alpha blending mathematics.",
54
+ images: ["/Preview.png"],
55
56
};
57
0 commit comments