Closed
Description
Overview
We need to update the image configuration in next.config.js
as the images.domains
property is deprecated. This change is required to ensure compatibility with the latest versions of Next.js and to prevent potential runtime or build-time issues.
Screenshot of the warning
Action Items
- Run both the frontend and the backend to ensure full frontend functionality.
- Replace
images.domains
withimages.remotePatterns
innext.config.js
. - Verify that all external images still render correctly after the update.
- Test image loading in production.