DEV Community

CamelJohn
CamelJohn

Posted on

NextJS - (v11) don't use Image components in conjunction with the `export` command.

So,

I'm rewriting this post. after I did some more reading and digging, and posting in my online programming community.

Gotta say, I'm pretty heart-broken over the NextJS framework.

With all it's bells an whistles, the stipulate in various places in their doc that the Image component is not supported in the next export command.

They do give some sort of inklink of a fix, by using custom loaders to solve this issue - but there is now example, no deep dive into how to implement such a solution.

I will try to implement such a solution myself, and will get back to you with some implementation.

Images on an SSR framework seem like such a fundamental thing.

Oldest comments (0)