From 894c6a5a3f700631476cb3bf496cd71615e7dc78 Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 13 May 2021 09:15:16 +0300 Subject: [PATCH] Update get-all-product-paths.ts --- framework/shopify/product/get-all-product-paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/shopify/product/get-all-product-paths.ts b/framework/shopify/product/get-all-product-paths.ts index 3e62a7315..e8ee04065 100644 --- a/framework/shopify/product/get-all-product-paths.ts +++ b/framework/shopify/product/get-all-product-paths.ts @@ -19,7 +19,7 @@ const getAllProductPaths = async (options?: { config?: ShopifyConfig preview?: boolean }): Promise => { - let { config, variables = { first: 250, sortKey: 'BEST_SELLING' } } = + let { config, variables = { first: 100, sortKey: 'BEST_SELLING' } } = options ?? {} config = getConfig(config)