puddlejumper26 / xiangs

Personal Website
0 stars 0 forks source link

ISSUE - Photo is not displayed correctly in the About component #15

Open puddlejumper26 opened 4 years ago

puddlejumper26 commented 4 years ago

3

puddlejumper26 commented 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