79354333

Date: 2025-01-14 08:17:30
Score: 0.5
Natty:
Report link

This could be related to next.js not aware of the domains to fetch from. You should add the domain to next.config file. Here's an examle:

module.exports = {
  images: {
    domains: ['example.com'],
  },
}

Check here for futher explanation

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ayantunji Timilehin