Skip to content

Commit

Permalink
fix(docs): 404 error when card in 'Categories' section is clicked
Browse files Browse the repository at this point in the history
Should go the corresponding page.
  • Loading branch information
MFarabi619 committed Oct 19, 2024
1 parent deb9219 commit 8de491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import { pages } from "../../app/(docs)/source";
key={page.title}
title={page.title}
description={page.description}
href={`/docs/${page.url}`}
href={`/${page.url}`}
icon={
<page.icon
style={{
Expand Down

0 comments on commit 8de491b

Please sign in to comment.