mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Fix aspect ration of og images
This commit is contained in:
parent
45189adcde
commit
186129ecb9
1 changed files with 4 additions and 4 deletions
|
|
@ -15,8 +15,8 @@ export async function generateMetadata({ searchParams }): Promise<Metadata> {
|
|||
url: `https://skin-museum-og-captbaritone-webamp.vercel.app/api/og?query=${encodeURIComponent(
|
||||
query
|
||||
)}`,
|
||||
width: "1844",
|
||||
height: "1297",
|
||||
width: 1200,
|
||||
height: 600,
|
||||
},
|
||||
];
|
||||
const title = `Winamp Skin Museum - Search Results for "${query}"`;
|
||||
|
|
@ -46,8 +46,8 @@ export async function generateMetadata({ searchParams }): Promise<Metadata> {
|
|||
{
|
||||
alt: "Screenshot of many Winamp skins in a grid.",
|
||||
url: "https://skin-museum-og-captbaritone-webamp.vercel.app/api/og",
|
||||
width: "1844",
|
||||
height: "1297",
|
||||
width: 1200,
|
||||
height: 600,
|
||||
},
|
||||
];
|
||||
const title = "Winamp Skin Museum";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue