Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/integrations/docsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default defineNuxtPlugin(() => {
return
}
const { pathname: hitPathname } = new URL(window.location.origin + hit.url)
// If the hits goes to another page, we prevent the native link behavior
// If the hits go to another page, we prevent the native link behavior
// to leverage the Vue Router loading feature.
if (route.path !== hitPathname) {
event.preventDefault()
Expand Down