Skip to content

Commit

Permalink
Fix search results
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Jul 17, 2024
1 parent 16ad48b commit 165f569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function useAutocomplete({ close }: { close: () => void }) {
return
}

itemUrl = itemUrl.replace('(docs)/', '')
router.push(itemUrl)

if (
Expand Down

0 comments on commit 165f569

Please sign in to comment.