Merge branch 'master' of https://github.com/okbel/e-comm-example into image-component

This commit is contained in:
Luis Alvarez
2020-10-22 22:05:06 -05:00
3 changed files with 17 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ export async function getStaticPaths() {
return {
paths: products.map((product) => `/product${product.node.path}`),
// If your store has tons of products, enable fallback mode to improve build times!
fallback: false,
}
}