fix(search): properly resolve page link

pull/2218/head
Divyansh Singh 1 year ago
parent e2951604fd
commit 609d447ab5

@ -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,

Loading…
Cancel
Save