Skip to content

Commit

Permalink
🐛 prevent url rewrite for navigation input alias
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-unterberg committed Jan 2, 2024
1 parent 6b19b7c commit 8a17d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const mainNavigation = [
},
{
label: 'Preconditions & Features',
href: '/features',
href: '/features/',
},
]

0 comments on commit 8a17d02

Please sign in to comment.