/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/app-dir/cache-components-dev-errors/next.config.js
13 строк
216 B
Aurora Scharff
instant: enable navigation validation by default (#94312)
03 июн 2026, 02:26
Не верифицирован
03 июн 2026, 02:26
a0c6a61
Код
Авторство
О чём код?
/** * @type {import('next').NextConfig} */ const nextConfig = { cacheComponents: true, experimental: { instantInsights: { validationLevel: 'manual-warning', }, }, } module.exports = nextConfig