Skip to content

Commit 88a8ad9

Browse files
authored
Merge pull request #266 from wunderio/feature/swrdelta
2 parents e9b5e6d + 956a102 commit 88a8ad9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

next/next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const nextConfig = {
3838
});
3939
return config;
4040
},
41+
experimental: {
42+
swrDelta: 31536000, // 1 year
43+
},
4144
};
4245

4346
module.exports = nextConfig;

0 commit comments

Comments
 (0)