update og image size

This commit is contained in:
Hans Pagel 2021-04-21 16:14:28 +02:00
parent 3bda978688
commit d731b1ff8d

View File

@ -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' })