title |
---|
Detected `next.config.js`, no exported configuration found |
There is no object exported from next.config.js or the object is empty.
Check if you correctly export configuration in next.config.js
file:
module.exports = {
/* config options here */
}