fix: use base in navbar site title link

pull/718/head
Divyansh Singh 3 years ago
parent 31c863d14c
commit c9fe1611ea

@ -8,7 +8,7 @@ const { hasSidebar } = useSidebar()
<template> <template>
<div class="VPNavBarTitle" :class="{ 'has-sidebar': hasSidebar }"> <div class="VPNavBarTitle" :class="{ 'has-sidebar': hasSidebar }">
<a class="title" href="/"> <a class="title" :href="site.base">
<img v-if="theme.logo" class="logo" :src="theme.logo"> <img v-if="theme.logo" class="logo" :src="theme.logo">
<template v-if="theme.siteTitle">{{ theme.siteTitle }}</template> <template v-if="theme.siteTitle">{{ theme.siteTitle }}</template>
<template v-else-if="theme.siteTitle === undefined">{{ site.title }}</template> <template v-else-if="theme.siteTitle === undefined">{{ site.title }}</template>

Loading…
Cancel
Save