Skip to content

Commit

Permalink
fix: ssg links
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikell committed Feb 13, 2023
1 parent b126a26 commit 51dcf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/category-card/category-card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CategoryCard = ({ title, subCategories, categoryId }, index) => (
</ul>
<Link
className="mt-auto mt-7 flex align-middle text-sm font-medium uppercase text-white"
to={`${slugify(title, { lower: true })}`}
to={`/${slugify(title, { lower: true })}`}
>
show more <ArrowIcon className="my-auto ml-2 h-2.5 w-3.5 text-white" />
</Link>
Expand Down

0 comments on commit 51dcf70

Please sign in to comment.