79474909

Date: 2025-02-28 08:31:12
Score: 0.5
Natty:
Report link

On NextJS v15, update next.config.js as follows:

/** @type {import('next').NextConfig} */
const nextConfig = {
  serverExternalPackages: ['pdf-parse'],
};

module.exports = nextConfig;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jgithaiga