TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Use Next.js Image component in posts with Markdown

1 pointsby scastielabout 2 years ago

1 comment

scastielabout 2 years ago
I had the following problem on my blog: the images I put in my Markdown posts were not using Next.js Image component (which is pretty nice, as it lazy loads images and optimizes dimensions).<p>I finally found an elegant way to solve this issue, and thought it could save some time to other developers :)