Next.js Image Component Ignoring Custom Loader Function for External Images
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
next.js images custom-loader
I'm encountering an issue with the Next.js Image component where it's not respecting my custom loader function for external images. I have the following code th...