You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
이미지를 추가하실 때 상대 경로를 사용하면 배포 후 이미지가 제대로 표시되지 않습니다.
상대 경로 대신에
raw.githubusercontent.com
로 시작하는 절대 경로를 사용해야 포스트에 이미지가 정상적으로 표시되니 참고 바랍니다.❌
<img src="./../assets/img/이미지파일.png >
✅
<img src="https://raw.githubusercontent.com/GDSC-DEU/tech-blog/main/assets/img/이미지파일.png >
The text was updated successfully, but these errors were encountered: