4
0
forked from crowetic/commerce
This commit is contained in:
Belen Curcio 2020-11-26 15:32:17 -03:00
parent aed556c766
commit 25a23f99e0

View File

@ -51,7 +51,7 @@ export async function getStaticPaths({ locales }: GetStaticPathsContext) {
return arr
}, [])
: products.map((product) => `/product${product.node.path}`),
fallback: 'unstable_blocking',
fallback: 'blocking',
}
}