From 600248f671f3d210974cc6c580fade7036c66956 Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Tue, 8 Jun 2021 14:29:44 -0300 Subject: [PATCH] Index revalidate --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 5d21aa07b..05f694814 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -26,7 +26,7 @@ export async function getStaticProps({ brands, pages, }, - revalidate: 600, + revalidate: 60, } }