From d5e2453bc5bdff01412f00e3cb74e4cfa13e2df8 Mon Sep 17 00:00:00 2001 From: tonytangdev Date: Thu, 25 Jan 2024 21:35:51 +0100 Subject: [PATCH] fix(products): rename product to products https://github.com/vercel/commerce/issues/1285 --- app/{product => products}/[handle]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/{product => products}/[handle]/page.tsx (99%) 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" > - +