chore: optimize og image

This commit is contained in:
Cory Dransfeldt 2023-05-28 09:46:16 -07:00
parent 1be1b4466d
commit ddcda04684
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ module.exports = {
},
getPostImage: (image) => {
if (image && image !== '') return image
return '/assets/img/social-card.png'
return '/assets/img/social-card.webp'
},
webmentionsByUrl: (webmentions, url) => {
const allowedTypes = ['mention-of', 'in-reply-to', 'like-of', 'repost-of']

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB