mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
bump next & fixes from UAT
This commit is contained in:
@@ -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 || {};
|
||||
|
Reference in New Issue
Block a user