Skip to content

Commit

Permalink
fix: double base in sidebar links (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Jun 9, 2022
1 parent 9004a80 commit aa65cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPSidebarLink.vue
Expand Up @@ -17,7 +17,7 @@ const closeSideBar = inject('close-sidebar') as () => void
<template>
<VPLink
:class="{ active: isActive(page.relativePath, item.link) }"
:href="normalizeLink(item.link)"
:href="item.link"
@click="closeSideBar"
>
<span class="link-text">{{ item.text }}</span>
Expand Down

0 comments on commit aa65cb5

Please sign in to comment.