-
[Git배포] 문제해결React 2022. 9. 16. 09:51
배포를 했는데 제대로 작동이 되고 있지 않다.
문제를 해결해야 한다
해결방법 :
package.json 페이지 "homepage"의 링크를 확인해준다.
꼭 https://judithhopps.github.io/movie_correct/ 이런 형식이여야 한다.
npm run build 후에 npm run deploy를 해준다.
그 결과 아래와 같이 화면을 볼 수 있다.
https://judithhopps.github.io/movie_correct/
'React' 카테고리의 다른 글
[Redirect, useHistory] 리액트 v6에서 없어졌다. (0) 2022.09.22 [firebase] 설정 오류 해결하기 (2) 2022.09.21 [영화 소개 사이트] Git에 올리고 배포하기 (0) 2022.09.15 [에러] props의 값이 들어오지 않는다. (0) 2022.09.15 [에러] 빈 화면에 console창에 Matched leaf route at location "/" does not have an element. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page. (0) 2022.09.14