본문 바로가기

STUDY/React

React | icon 변경

public 폴더의 기존 favicon.ico를 삭제한 뒤

사용하고자 하는 아이콘을 public 폴더로 이동 후 favicon.ico로 이름을 변경해주기

그냥 이미지 파일로 등록하면 일반 path에서는 되는데, router를 이용해 중첩라우팅을 하면 적용되지 않는다.. 

무조건 favicon.ico로 해주기

 

 

How to change the favicon in React

In this tutorial, we are going to learn about how to change the default favicon in react app, which is set by the CLI. Changing the favicon…

reactgo.com