From aad00023d07501dea8037aca878f5ce821cd5019 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Wed, 21 Feb 2024 16:35:37 +0700 Subject: [PATCH] Update pages/_document.tsx --- pages/_document.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_document.tsx b/pages/_document.tsx index a7f2f558..0de9001b 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -71,7 +71,7 @@ class MyDocument extends Document { `${ // make the cache private if user is logged in jwt ? 'private' : 'public' - }, max-age=10, stale-while-revalidate=10`, + }, max-age=10, stale-while-revalidate=50`, ) const environment = await getEnvironment()