mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 14:01:24 +00:00
check
This commit is contained in:
@@ -51,7 +51,7 @@ export async function getStaticPaths({ locales }: GetStaticPathsContext) {
|
|||||||
return arr
|
return arr
|
||||||
}, [])
|
}, [])
|
||||||
: products.map((product) => `/product${product.node.path}`),
|
: products.map((product) => `/product${product.node.path}`),
|
||||||
fallback: 'unstable_blocking',
|
fallback: 'blocking',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user