/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
errors/empty-configuration.mdx
21 строка
466 B
Jam Balaya
docs: fix code block language in error pages (#72943)
19 ноя 2024, 10:56
Не верифицирован
19 ноя 2024, 10:56
20dc573
Код
Авторство
О чём код?
--- title: 'Detected `next.config.js`, no exported configuration found' --- ## Why This Warning Occurred There is no object exported from next.config.js or the object is empty. ## Possible Ways to Fix It Check if you correctly export configuration in `next.config.js` file: ```js filename="next.config.js" module.exports = { /* config options here */ } ``` ## Useful Links - [Introduction to next.config.js](/docs/pages/api-reference/config/next-config-js)