Skip to content

Commit

Permalink
fix: wrong image location
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jan 13, 2024
1 parent afb9673 commit b7b36ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/BlogPostItem/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function BlogPostItemContent({ children, className }: Props): JSX
id={isBlogPostPage ? blogPostContainerID : undefined}
className={clsx('markdown', className)}
itemProp="articleBody"
style={{ position: 'relative', zIndex: 2 }}
style={{ position: 'relative' }}
>
<MDXContent>{children}</MDXContent>
</div>
Expand Down

0 comments on commit b7b36ba

Please sign in to comment.