diff --git a/config/filters.js b/config/filters.js index ab533394..47a5b5be 100644 --- a/config/filters.js +++ b/config/filters.js @@ -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'] diff --git a/src/assets/img/social-card.webp b/src/assets/img/social-card.webp new file mode 100644 index 00000000..ddfd97eb Binary files /dev/null and b/src/assets/img/social-card.webp differ