Closed adelynx closed 2 years ago
me too, is there any update?
Just fixed this by not using next/image
. I'm guessing the update to Next.js 12 broke this or maybe a transitive dependency in the time since that update landed. Now next/image
requires custom loaders when using export and I didn't want to deal with that right now when it's just easier to use <img>
https://github.com/vercel/next.js/discussions/19065
Unsplash images are not showing on Android. On the browser works fine but building and exporting the app for Android is not showing the images because is getting the URL.