ogp画像の差し替え

pull/1341/head
vvakame 2020-01-29 23:08:40 +09:00
parent bf82a6ac2e
commit a5331668be
3 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ module.exports = function (hexo) {
else if (hasThumbnail)
og_image = getThumbnail(post);
else
og_image = getConfig('article.og_image', '/images/og_image.png');
og_image = getConfig('article.og_image', '/images/og_image.jpg');
return this.url_for(og_image);
});

BIN
source/images/og_image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB