[BUG] Avatar missing on page 2 #386
Answered
by
HEIGE-PCloud
stevolucidity
asked this question in
Q&A
Describe the bug 描述你遇到的错误On page 2 of the blog, the avatar is not found. Expected behavior 期待的行为I expect to see the avatar at the top of the page. Screenshots 屏幕截图Please see attached. Build Environment 构建环境
I'm new. Apologies if I'm doing something wrong. |
Answered by
HEIGE-PCloud
Dec 10, 2021
Replies: 2 comments
|
An absolute path is needed. Change |
0 replies
Answer selected by
stevolucidity
|
Perfect, thanks! 😊 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



An absolute path is needed.
https://github.com/evoLucidity/simonsblog.github.io/blob/57256b132a51509b38403152cf432681e72768d1/config.toml#L137
Change
avatar.pngto/avatar.pngwill fix it.