We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 911cd18 + 518cf32 commit af1dd0bCopy full SHA for af1dd0b
src/pages/docs/[single].astro
@@ -61,14 +61,14 @@ const docs = await getSinglePage("docs");
61
_doc.id === doc.id ? (
62
<li>
63
<a class="flex items-center text-primary p-2 rounded-lg hover:bg-primary hover:text-white group"
64
- href={`${_doc.id}`}>
+ href={`/docs/${_doc.id}`}>
65
<span class="ms-3">{ _doc.data.title }</span>
66
</a>
67
</li>
68
) : (
69
70
<a class="flex items-center text-black p-2 rounded-lg hover:bg-primary hover:text-white group"
71
72
73
74
0 commit comments