From 8c17c02b3e1f368d2d2ec9f4b895c02045228a38 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 16 Jul 2022 15:59:14 +0700 Subject: [PATCH] preloading flow recents --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 57a2ea5f..09ccc3f3 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -16,7 +16,7 @@ export const getStaticProps = async () => { end: new Date().toISOString(), with_heroes: true, with_updated: true, - with_recent: false, + with_recent: true, with_valid: false, });