mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
prod search tweak
This commit is contained in:
parent
c3adb7e4cd
commit
089240afa2
@ -32,7 +32,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
|
|||||||
|
|
||||||
const config = { locale, locales: [locale] }
|
const config = { locale, locales: [locale] }
|
||||||
const { products } = await commerce.getAllProducts({
|
const { products } = await commerce.getAllProducts({
|
||||||
variables: { first: 1000 },
|
variables: { first: 100 },
|
||||||
config,
|
config,
|
||||||
preview,
|
preview,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user