79463001

Date: 2025-02-24 09:32:30
Score: 1
Natty:
Report link

update the next.config.js file

import type { NextConfig } from "next";

 const nextConfig: NextConfig = {
   images: {
      domains: ["images.pexels.com"],
   },
 };

 export default nextConfig;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Surya Dash