Open puddlejumper26 opened 4 years ago
Seems I directly use
<img src="../../assets/photo.jpg" >
inside the template not working in this case.
My current solution is to upload this photo to my github, and obtain a src like this: https://user-images.githubusercontent.com/40550117/89728673-5e61b080-da2f-11ea-86ec-684ba11b937d.jpg
and then put this into the
<img src="">
, solve the problem.
Will improve this later