bump next & fixes from UAT

This commit is contained in:
Sol Irvine
2023-08-25 23:41:52 -07:00
parent a8ee9f5a22
commit 12632b2304
15 changed files with 124 additions and 77 deletions

View File

@@ -29,6 +29,8 @@ export async function generateMetadata({
language: params?.locale?.toUpperCase()
});
console.debug({ product });
if (!product) return notFound();
const { url, width, height, altText: alt } = product.featuredImage || {};