feat(layout): add Open Graph and Twitter metadata for prompts.chat site

This commit is contained in:
Fatih Kadir Akın
2025-12-15 23:56:21 +03:00
parent 9ac0401c23
commit afefdc88af
2 changed files with 11 additions and 0 deletions

BIN
public/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

View File

@@ -31,6 +31,17 @@ export const metadata: Metadata = {
{ url: "/logo-dark.svg", media: "(prefers-color-scheme: dark)" },
],
},
openGraph: {
title: "prompts.chat",
description: "Collect, organize, and share AI prompts",
images: [{ url: "/og.png", width: 1200, height: 630 }],
},
twitter: {
card: "summary_large_image",
title: "prompts.chat",
description: "Collect, organize, and share AI prompts",
images: ["/og.png"],
},
};
const radiusValues = {