mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Added brands
This commit is contained in:
@@ -42,7 +42,7 @@ export async function getStaticPaths() {
|
||||
const { products } = await getAllProductPaths()
|
||||
|
||||
return {
|
||||
paths: products.map((product) => `/product${product!.node.path}`),
|
||||
paths: products.map((product) => `/product${product.node.path}`),
|
||||
fallback: false,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user