Skip to content

Commit 2f3869e

Browse files
authored
Adjusted pagination limit to 52. (#116)
Co-authored-by: michelle <Michelle Wan>
1 parent 2c10db7 commit 2f3869e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const splitCompareKeys = (keyStr: string) =>
77
export const config = {
88
clientId: process.env.REACT_APP_CLIENT_ID || '1NgdZlkNCJ5miRkpQ0ly75HOZOFM0rKf2taUujquog',
99
stripeKey: process.env.REACT_APP_STRIPE_KEY || 'pk_test_JwRX4cevuCysIEQrpwcbn3j8',
10-
categoryPageSize: 8,
10+
categoryPageSize: 52,
1111
maxCompareProducts: 4,
1212
algoliaAppId: process.env.REACT_APP_ALGOLIA_APP_ID || '6MAFUOD23U',
1313
algoliaApiKey: process.env.REACT_APP_ALGOLIA_API_KEY || '7d829396bbf202b30bfe7ad52120bbac',

0 commit comments

Comments
 (0)