Use best aspect ratio for twitter

This commit is contained in:
Jade Ellis 2024-07-23 23:23:10 +01:00
parent 270f398afb
commit 8ed038fb6b
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -81,7 +81,7 @@
// site: "@primalmovement",
title: data.post.title,
description: data.post.description,
image: calcOgURL(data.post.slug, data.post.date, 1/2, 1200).toString()
image: calcOgURL(data.post.slug, data.post.date, 630/1200, 1200).toString()
}}
openGraph={{
title: data.post.title,