chore: update social path
This commit is contained in:
parent
9f66a5ece5
commit
cc0a934f88
1 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 '/assets/img/social-card.webp'
|
return 'https://coryd.dev/assets/img/social-card.png'
|
||||||
},
|
},
|
||||||
getPopularPosts: (posts, analytics) => {
|
getPopularPosts: (posts, analytics) => {
|
||||||
return posts
|
return posts
|
||||||
|
|
Reference in a new issue