Skip to content

Commit

Permalink
tweak to href so urls resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
software-person committed Nov 9, 2023
1 parent 5d353b7 commit 55ae32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Object.keys(groupedDocs).forEach(k => {
{
groupedDocs[section].map((item) => (
<li>
<a href={`/docs/${item.slug}`}>
<a href={`/docs/${item.slug}/`}>
{item.data.title}
</a>
</li>
Expand Down

0 comments on commit 55ae32b

Please sign in to comment.