chore: jpg social card
This commit is contained in:
parent
0be95bce6c
commit
4dcc036ab6
2 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
getPostImage: (image) => {
|
getPostImage: (image) => {
|
||||||
if (image && image !== '') return image
|
if (image && image !== '') return image
|
||||||
return 'https://coryd.dev/assets/img/social-card.png'
|
return 'https://coryd.dev/assets/img/social-card.jpg'
|
||||||
},
|
},
|
||||||
getPopularPosts: (posts, analytics) => {
|
getPopularPosts: (posts, analytics) => {
|
||||||
return posts
|
return posts
|
||||||
|
|
BIN
src/assets/img/social-card.jpg
Normal file
BIN
src/assets/img/social-card.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Reference in a new issue