From a8a813339f8ba6017f886dbd33cb53031f3fa20a Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Fri, 3 Jun 2022 00:08:20 +0530 Subject: [PATCH] Reduce revalidation to 1 min --- app/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/index.tsx b/app/pages/index.tsx index f5c7cc0..22b217d 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -23,7 +23,7 @@ export async function getStaticProps() { props: { tools, }, - revalidate: 60 * 5, + revalidate: 60, } }