mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
Structural changes
This commit is contained in:
@@ -23,7 +23,7 @@ const ProductCard: FC<Props> = ({ product, className, variant = 'default' }) =>
|
||||
|
||||
return (
|
||||
<Link
|
||||
href={`${product.slug}`}
|
||||
href={`/product/${product.slug}`}
|
||||
className={rootClassName}
|
||||
aria-label={product.name}
|
||||
locale={product.locale}
|
||||
|
Reference in New Issue
Block a user