Skip to content

Commit

Permalink
fix(search): properly resolve page link
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 11, 2023
1 parent e295160 commit 609d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPOfflineSearchBox.vue
Expand Up @@ -322,7 +322,7 @@ useEventListener('popstate', event => {
<a
v-for="(p, index) in results"
:key="p.id"
:href="p.id"
:href="withBase(p.id)"
class="result"
:class="{
selected: selectedIndex === index,
Expand Down

0 comments on commit 609d447

Please sign in to comment.