fix: update sample posts

This commit is contained in:
Timothy Lin
2021-07-04 14:47:39 +08:00
parent 5af6209e5a
commit 0aab8b55cf
5 changed files with 17 additions and 37 deletions

View File

@ -51,7 +51,7 @@ export default function PostLayout({ frontMatter, authorDetails, next, prev, chi
<li className="flex items-center space-x-2" key={author.name}>
{author.avatar && (
<Image
src={siteMetadata.image}
src={author.avatar}
width="38px"
height="38px"
alt="avatar"