Merge pull request #96 from timlrx/mdx-bundler

feat: mdx-bundler and xdm
This commit is contained in:
Timothy
2021-07-04 15:23:40 +08:00
committed by GitHub
16 changed files with 1536 additions and 971 deletions

View File

@ -55,7 +55,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"