Use best aspect ratio for twitter
This commit is contained in:
parent
270f398afb
commit
8ed038fb6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue