The difference between next.config.mjs and next.config.js
Next.js 12 introduced support for ES Modules (ESM) in the Next.js configuration file. This means that you can now use next.config.mjs instead of next.config.js. This is useful if you want to use ES modules in your Next.js configuration file.
Read more