diff --git a/next.config.js b/next.config.js index 3dd7ef1..e7f711a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,10 @@ /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, + experimental: { + staleTimes: { + static: 900, + dynamic: 0, + }, + }, };