netlify-templates / nextjs-blog-theme

A customizable Next.js and Tailwind blog starter. Designed by the Bejamas agency.

Home Page:https://bejamas-nextjs-blog.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[How to] User next/image with netlify?

debjit opened this issue · comments

HI, I am working on how can I get next/image working on netlify.
I have used NoN repo but it is depressed now and not working for me.
If you use a post with an example of image optimisation would be great.
I have tried https://github.com/jlengstorf/next-image-on-netlify example but no luck.

Apologies for such a long time for a response! Definitely understand if you've found an alternative solution.

🤔 You shouldn't need to do anything with this but use the next/image package. Ideally, our build plugin should be able to generate the necessary image files through a function called ipx. That is odd that it wasn't working. That is a great suggestion though and let's see if we can put that onto our roadmap!