From d731b1ff8ddaed398e4e322f9d4ea858f12029bd Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 21 Apr 2021 16:14:28 +0200 Subject: [PATCH] update og image size --- docs/utilities/opengraph-images/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/utilities/opengraph-images/index.js b/docs/utilities/opengraph-images/index.js index 408bb389..e6bed234 100644 --- a/docs/utilities/opengraph-images/index.js +++ b/docs/utilities/opengraph-images/index.js @@ -68,8 +68,8 @@ const calculateReadingTime = function (text) { } } -const width = 1200 -const height = 720 +const width = 1280 +const height = 640 const border = 50 registerFont('fonts/Inter-Regular.otf', { family: 'InterRegular' })