# Gatsbt
총 1개의 포스트
Gatsby Github Page 배포하기
npm install gh-pages --save-dev 을 해줍니다. 이 상태로 build를 하고 Github-pages 에서 하이퍼 링크(예를들어 /about)를 누르면 username.github.io/reponame/about 으로 가지 않고 user.name.
2021년 1월 11일
·
0개의 댓글npm install gh-pages --save-dev 을 해줍니다. 이 상태로 build를 하고 Github-pages 에서 하이퍼 링크(예를들어 /about)를 누르면 username.github.io/reponame/about 으로 가지 않고 user.name.