mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Use use image for social card for root url
This commit is contained in:
parent
eab836d0fe
commit
6599206d97
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://skins.webamp.org%PUBLIC_URL%/preview_small.png"
|
||||
content="https://skin-museum-og-captbaritone-webamp.vercel.app/api/og"
|
||||
/>
|
||||
<meta property="og:image:width" content="1844" />
|
||||
<meta property="og:image:height" content="1297" />
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://skins.webamp.org%PUBLIC_URL%/preview_small.png"
|
||||
content="https://skin-museum-og-captbaritone-webamp.vercel.app/api/og"
|
||||
/>
|
||||
<meta
|
||||
property="twitter:image:alt"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ function Head({ url: relativeUrl, pageTitle, previewImageUrl }) {
|
|||
}
|
||||
: {
|
||||
alt: "Screenshot of many Winamp skins in a grid.",
|
||||
url: "https://skins.webamp.org/preview_small.png",
|
||||
url: "https://skin-museum-og-captbaritone-webamp.vercel.app/api/og",
|
||||
width: "1844",
|
||||
height: "1297",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue