79571569

Date: 2025-04-13 13:07:28
Score: 1
Natty:
Report link

Next.js expects the config to be either CommonJS (module.exports) or ESM (export default in .mjs files).

Keep your file name as next.config.js and change its content (for export) like this - module.exports = nextConfig;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shivam Shrivastava