yarn add gh-pages --save-dev
"homepage": "https://깃허브아이디.github.io/배포할폴더이름", //상단에 추가 "predeploy": "yarn build", //script에 추가 "deploy": "gh-pages -d build" //script에 추가
yarn build yarn deploy
👍
왜 내댓글 지우냐
👍