diff --git a/app/product/[handle]/page.tsx b/app/products/[handle]/page.tsx similarity index 99% rename from app/product/[handle]/page.tsx rename to app/products/[handle]/page.tsx index cf31f0021..d7359e544 100644 --- a/app/product/[handle]/page.tsx +++ b/app/products/[handle]/page.tsx @@ -121,7 +121,7 @@ async function RelatedProducts({ id }: { id: string }) { key={product.handle} className="aspect-square w-full flex-none min-[475px]:w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/5" > - +