Skip to content

fix(mdx-components): replace <img> tags with <Image> component#8378

Closed
usmonovshohruxmirzo wants to merge 1 commit intoreactjs:mainfrom
usmonovshohruxmirzo:fix/mdx-img-to-next-image
Closed

fix(mdx-components): replace <img> tags with <Image> component#8378
usmonovshohruxmirzo wants to merge 1 commit intoreactjs:mainfrom
usmonovshohruxmirzo:fix/mdx-img-to-next-image

Conversation

@usmonovshohruxmirzo
Copy link
Copy Markdown

Summary

Converted all <img> tags in MDX to next/image components for optimization and consistency.

Changes

  • Added img MDX component wrapper to render next/image
  • Updated all MDX pages to use the new Image component automatically

Closes #4382

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add next/image component as MDX component and convert img tags to Image component

1 participant