We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bae48 commit c54a2c6Copy full SHA for c54a2c6
components/HomeBlog.vue
@@ -15,7 +15,7 @@
15
:isHome="true"
16
:currentPage="1"></note-abstract>
17
<div class="info-wrapper">
18
- <img class="personal-img" :src="$frontmatter.faceImage || $themeConfig.logo" alt="hero">
+ <img class="personal-img" :src="$withBase($frontmatter.faceImage || $themeConfig.logo)" alt="hero">
19
<h3 class="name" v-if="$themeConfig.author || $site.title">{{ $themeConfig.author || $site.title }}</h3>
20
<div class="num">
21
<div>
0 commit comments