From 3916917b37a6b351985ea7d3cdc116a47764f6ac Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Wed, 14 Apr 2021 20:25:59 +0200 Subject: [PATCH] [IndexPage] decrease the revalidate time --- src/features/IndexPage/IndexPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/IndexPage/IndexPage.tsx b/src/features/IndexPage/IndexPage.tsx index 04a9d58..9acebd3 100644 --- a/src/features/IndexPage/IndexPage.tsx +++ b/src/features/IndexPage/IndexPage.tsx @@ -55,7 +55,7 @@ const getQualificationsFromProfessions = ( return Array.from(map.values()); }; -export const REVALIDATE = 60; +export const REVALIDATE = 30; export const getStaticProps: GetStaticProps = async () => { const pageProps: IndexPageProps = {