diff --git a/src/client/theme-default/components/VPAlgoliaSearchBox.vue b/src/client/theme-default/components/VPAlgoliaSearchBox.vue index 7e3ca208f71d..1ba1f82ea8cb 100644 --- a/src/client/theme-default/components/VPAlgoliaSearchBox.vue +++ b/src/client/theme-default/components/VPAlgoliaSearchBox.vue @@ -85,14 +85,6 @@ function initialize(userOptions: DefaultTheme.AlgoliaSearchOptions) { if (route.path === relativeHit) { return } - - // if the hits goes to another page, we prevent the native link - // behavior to leverage the Router loading feature. - if (route.path !== relativeHit) { - event.preventDefault() - } - - router.go(relativeHit) }, children