/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/app-dir/segment-cache/basic/next.config.js
8 строк
122 B
Zack Tanner
[cache components]: move flag out of experimental (#85035)
19 окт 2025, 00:13
Не верифицирован
19 окт 2025, 00:13
85c3d20
Код
Авторство
О чём код?
/** * @type {import('next').NextConfig} */ const nextConfig = { cacheComponents: true, } module.exports = nextConfig