chore: optimize og image
This commit is contained in:
parent
1be1b4466d
commit
ddcda04684
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
getPostImage: (image) => {
|
getPostImage: (image) => {
|
||||||
if (image && image !== '') return image
|
if (image && image !== '') return image
|
||||||
return '/assets/img/social-card.png'
|
return '/assets/img/social-card.webp'
|
||||||
},
|
},
|
||||||
webmentionsByUrl: (webmentions, url) => {
|
webmentionsByUrl: (webmentions, url) => {
|
||||||
const allowedTypes = ['mention-of', 'in-reply-to', 'like-of', 'repost-of']
|
const allowedTypes = ['mention-of', 'in-reply-to', 'like-of', 'repost-of']
|
||||||
|
|
BIN
src/assets/img/social-card.webp
Normal file
BIN
src/assets/img/social-card.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Reference in a new issue