[ React.js ] public url 경로, 이미지 경로 쉽게 잡는 방법, public-url
by SangHoonE 2022. 4. 5. 14:35
안녕하세요 상훈입니다.
React.js 에서 image의 경로를 잡을 때 경로를 못잡아주는 경우가 있습니다.
이에 대비해 프로젝트의 root 경로에서 이미지의 경로를 잡아주는 방식을 소개하도록 하겠습니다.
<img src={process.env.PUBLIC_URL + `/assets/alpha.png`} alt="" />
/public/assets/alpha.png
이렇게 src 내부가 아닌 public 폴더 내의 경로일 때 사용해주시면 편리하겠습니다.
[ React.js, Vue.js ] 프로젝트의 링크 보낼 때 카카오톡 썸네일, 제목, 내용 바꾸는 방법 / how to change default thumbnail, title, content, image with link in kakkao
2022.04.06
[ React.js ] 웹페이지 제목 바꾸는 방법 / How to change title of React web project
[ React-native ] [ expo-font ] error - fontFamily "Lobster-Regular" is not a system font and has not been loaded through Font.loadAsync.
2022.03.31
[ React-native ] [ Firebase ] undefined is not an object (evaluating 'firebase.apps.length')
댓글 영역