Next.js Image Component Reloads on Route Change Even with `priority` Prop Set
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-08
next.js image performance
I'm experiencing an issue where the Next.js Image component reloads the image every time I navigate between pages, even though I've set the `priority` prop. I'v...