We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10db7 commit 2f3869eCopy full SHA for 2f3869e
src/config.ts
@@ -7,7 +7,7 @@ const splitCompareKeys = (keyStr: string) =>
7
export const config = {
8
clientId: process.env.REACT_APP_CLIENT_ID || '1NgdZlkNCJ5miRkpQ0ly75HOZOFM0rKf2taUujquog',
9
stripeKey: process.env.REACT_APP_STRIPE_KEY || 'pk_test_JwRX4cevuCysIEQrpwcbn3j8',
10
- categoryPageSize: 8,
+ categoryPageSize: 52,
11
maxCompareProducts: 4,
12
algoliaAppId: process.env.REACT_APP_ALGOLIA_APP_ID || '6MAFUOD23U',
13
algoliaApiKey: process.env.REACT_APP_ALGOLIA_API_KEY || '7d829396bbf202b30bfe7ad52120bbac',
0 commit comments