This commit is contained in:
Henrik Larsson
2023-08-08 16:20:45 +02:00
parent 3e513eaf99
commit 22aab2f657
39 changed files with 1259 additions and 594 deletions

View File

@@ -55,8 +55,6 @@ export async function generateMetadata({
export default async function ProductPage({ params }: ProductPageParams) {
const product = await clientFetch(productQuery, params);
console.log(params);
if (!product) return notFound();
const productJsonLd = {