wip: Saving work

This commit is contained in:
Sol Irvine
2023-08-31 20:06:14 -07:00
parent c044d494a4
commit b7d78faaf0
19 changed files with 40 additions and 24 deletions

View File

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