Structural changes

This commit is contained in:
Henrik Larsson
2023-08-07 15:06:13 +02:00
parent 1857278dda
commit a75a2e7feb
25 changed files with 359 additions and 180 deletions

View File

@@ -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}