/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/app-dir/error-overlay/cache-components-errors/next.config.js
8 строк
122 B
Andrew Clark
Update blocking prerender error message (#85087)
21 окт 2025, 18:50
Не верифицирован
21 окт 2025, 18:50
782d04d
Код
Авторство
О чём код?
/** * @type {import('next').NextConfig} */ const nextConfig = { cacheComponents: true, } module.exports = nextConfig