inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

muntrock님의 게시글

muntrock muntrock

@muntrock1938

수강평 작성수
1
평균평점
5.0

게시글 1

질문&답변

frontmatter ..

동일한 문제 해결해서 공유드립니다. 아래 2가지를 확인해보세요!! 1. gastby-config.js { resolve: `gatsby-source-filesystem`, options: { name: `contents`, path: `${__dirname}/contents`, }, }, 2. contents/test.md 의 위치 - src/contents/test.md -> X - 사용자 Root(...)/contents/test.md -> O 저의 경우는 위 2가지 사항 체크해서 해결하였습니다.

좋아요수
2
댓글수
3
조회수
341