diff --git a/apps/backoffice/next.config.mjs b/apps/backoffice/next.config.mjs index 54ffc0b..4db7423 100644 --- a/apps/backoffice/next.config.mjs +++ b/apps/backoffice/next.config.mjs @@ -6,6 +6,11 @@ const nextConfig = { minimumCacheTTL: 86400, unoptimized: true, }, + experimental: { + staleTimes: { + dynamic: 0, + }, + }, }; export default nextConfig;