prod search tweak

This commit is contained in:
Joel Varty 2021-06-23 09:41:20 -04:00
parent c3adb7e4cd
commit 089240afa2

View File

@ -32,7 +32,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
const config = { locale, locales: [locale] }
const { products } = await commerce.getAllProducts({
variables: { first: 1000 },
variables: { first: 100 },
config,
preview,
})