if you are working in react just create an env file make your base url with your local host for ex. BASE_URL=http://localhost:1337 the return to your img and type in src {${import.meta.env.BASE_URL}${item.url}}
${import.meta.env.BASE_URL}${item.url}