From ac10d46bb1fb7da88c66433ddb7865742430808a Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 27 Nov 2023 21:27:05 -0600 Subject: [PATCH] Fallback --- app/product/[handle]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index c7b759841..5079be340 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -82,7 +82,11 @@ export default async function ProductPage({ params }: { params: { handle: string
- + + } + > ({ src: image.url,