mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
prod search tweak
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user