Skip to content

Commit 7cff74e

Browse files
eps1lonlucasadrianof
authored andcommitted
[test] Move remaining experimental.cacheLife (vercel#85467)
1 parent fd8db44 commit 7cff74e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

test/e2e/app-dir/app-static/next.config.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ module.exports = {
33
logging: {
44
fetches: {},
55
},
6-
experimental: {
7-
cacheLife: {
8-
expireNow: {
9-
stale: 0,
10-
expire: 0,
11-
revalidate: 0,
12-
},
6+
cacheLife: {
7+
expireNow: {
8+
stale: 0,
9+
expire: 0,
10+
revalidate: 0,
1311
},
1412
},
1513
cacheHandler: process.env.CUSTOM_CACHE_HANDLER

0 commit comments

Comments
 (0)