fix: nav home title not having locale based link

pull/233/head
Kia King Ishii 5 years ago
parent 3b4584377c
commit 4cdf3df8bf

@ -1,8 +1,8 @@
<template>
<a
class="nav-bar-title"
:href="$site.base"
:aria-label="`${$site.title}, back to home`"
:href="$withBase($localePath)"
:aria-label="`${$siteByRoute.title}, back to home`"
>
<img
v-if="$themeConfig.logo"

Loading…
Cancel
Save