Closed WonhyeongLee closed 1 year ago
Name | Link |
---|---|
Latest commit | a28353a0e692aceeca501f8a2216552e26aafa3d |
Latest deploy log | https://app.netlify.com/sites/gleaming-treacle-50aef8/deploys/64809163a5479b00090183b1 |
Deploy Preview | https://deploy-preview-2--gleaming-treacle-50aef8.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Font Awesome 관련 아이콘 크기 문제는 gatsby-browser.js에 설정을 추가해서 해결했습니다. emotion 공식문서를 참고해 @emotion/babel 설정을 다시 작성했습니다. normalize.css를 emotion을 이용해 gatsby-browser.js rootWrapElement에 작성했습니다. 추가로 초기화 하고 싶은 스타일은 extraNormalize.js 파일에 추가하고 import 하는 방식으로 추가했습니다.