diff --git a/test/e2e/app-dir/app-static/next.config.js b/test/e2e/app-dir/app-static/next.config.js index e09c13d9fd947..6d95ede769e7d 100644 --- a/test/e2e/app-dir/app-static/next.config.js +++ b/test/e2e/app-dir/app-static/next.config.js @@ -3,13 +3,11 @@ module.exports = { logging: { fetches: {}, }, - experimental: { - cacheLife: { - expireNow: { - stale: 0, - expire: 0, - revalidate: 0, - }, + cacheLife: { + expireNow: { + stale: 0, + expire: 0, + revalidate: 0, }, }, cacheHandler: process.env.CUSTOM_CACHE_HANDLER