Image only loads if I use next/image <Image /> with optimized:true in next.config.mjs
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Image only loads if I use next/image library's <Image /> with optimized:true in next.config.mjs
If I set unoptimized:true i next.config.mjs, the images from tmdb still work, but the images from anidb.net doesn't.
Even using <img /> tag doesn't work.
The image url also doesn't seem to work on other (not Next.js) projects, so I'm assuming next/image does something in the background to make it display on my page, which I didn't realize till now, now that I've exceeded the free 1000 images limit.
If I set unoptimized:true i next.config.mjs, the images from tmdb still work, but the images from anidb.net doesn't.
Even using <img /> tag doesn't work.
The image url also doesn't seem to work on other (not Next.js) projects, so I'm assuming next/image does something in the background to make it display on my page, which I didn't realize till now, now that I've exceeded the free 1000 images limit.