upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit c90f1159ca - Show all commits

View File

@ -12,10 +12,10 @@ export const SEO = {
description: siteMetadata.description, description: siteMetadata.description,
images: [ images: [
{ {
url: siteMetadata.socialBanner, url: `${siteMetadata.siteUrl}${siteMetadata.socialBanner}`,
alt: siteMetadata.title, alt: siteMetadata.title,
width: 1280, width: 1200,
height: 720, height: 600,
}, },
], ],
}, },