mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
feat(layout): add Open Graph and Twitter metadata for prompts.chat site
This commit is contained in:
BIN
public/og.png
Normal file
BIN
public/og.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 360 KiB |
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user