깃허브에 readme를 추가해서 메인에서 현재 내 깃허브 스탯을 출력하고 있었는데
몇시간 뒤 들어가니까 갑자기 출력되지 않고 상단에 에러가 발생했다.
다른사람들 코드를 보더라도 나랑 별반 다를게 없는데 왜 나만 출력되지 않지? 라는 생각과 함께
검색을 해보았는데 다행히 한줄만 수정해주니 정상적으로 반영되었다
This is what I had with the error:
<a href=""> <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=YulietM&theme=react&line_height=40&hide=css"/> </a>
and adding (sigma-five) so it was solved:
<a href=""> <img align="center" src="https://github-readme-stats-sigma-five.vercel.app/api/top-langs/?username=YulietM&theme=react&line_height=40&hide=css"/> </a>
위 코드의 차이를 보면
첫번째 코드에 있는 stats. 으로 이어지는 기존코드에서
stats-sigma-five가 추가되었다.
해당 코드로 수정하고 반영해주면?
기존 코드가 잘 출력되고 있다.
나도 열심히 성장해서 Stars도 0에서 변화가 생기길 희망해본다.