Skip to content

Commit

Permalink
remove basePath from search result items
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Nov 30, 2023
1 parent 9c471a8 commit 81f33b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @primer-nextocat/components/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function Header({colorModes, pageMap, menuItems, siteTitle}: HeaderProps)
const result = {
title: frontMatter.title,
description: frontMatter.description,
url: `${basePath}${route}`,
url: route,
}
return result
}),
Expand Down

0 comments on commit 81f33b3

Please sign in to comment.