mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
fix: page/product properties
This commit is contained in:
@@ -33,7 +33,7 @@ const getAllProductPaths = async (options?: {
|
||||
return {
|
||||
products: products?.map(({ node: { slug } }: ProductCountableEdge) => ({
|
||||
node: {
|
||||
path: `/${handle}`,
|
||||
path: `/${slug}`,
|
||||
},
|
||||
})),
|
||||
}
|
||||
|
Reference in New Issue
Block a user