From e5dc756e28c1fecef0bb041c670dc6432efb1986 Mon Sep 17 00:00:00 2001 From: jmzwar Date: Thu, 1 Feb 2024 12:45:58 +1100 Subject: [PATCH] revalidate --- pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/index.tsx b/pages/index.tsx index b2f87d88..a110af08 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -243,6 +243,7 @@ export const getStaticProps: GetStaticProps = async () => { markets, uniqueTradingAccounts, }, + // Time in seconds until this query revalidates revalidate: 10800, }; } catch (e) { @@ -259,6 +260,7 @@ export const getStaticProps: GetStaticProps = async () => { markets: null, uniqueTradingAccounts: null, }, + // Time in seconds until this query revalidates revalidate: 10800, }; }