From 084bd29d2b1b7778eedf4a1bae549e29ed4889c6 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Mon, 18 Mar 2024 14:22:10 +0300 Subject: [PATCH] Change Expo article's count --- src/components/Views/Expo/Expo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Views/Expo/Expo.tsx b/src/components/Views/Expo/Expo.tsx index 6dbe995b..e4541922 100644 --- a/src/components/Views/Expo/Expo.tsx +++ b/src/components/Views/Expo/Expo.tsx @@ -24,8 +24,8 @@ type Props = { layout: LayoutType } -export const PRERENDERED_ARTICLES_COUNT = 24 -const LOAD_MORE_PAGE_SIZE = 16 +export const PRERENDERED_ARTICLES_COUNT = 36 +const LOAD_MORE_PAGE_SIZE = 12 export const Expo = (props: Props) => { const [isLoaded, setIsLoaded] = createSignal(Boolean(props.shouts))