raonsol / devlog-raonsol

Gatsby.js로 제작된 SSG 웹 블로그
https://blog.raonsol.dev
MIT License
0 stars 0 forks source link

RSS 피드 생성 오류 #13

Open raonsol opened 1 year ago

raonsol commented 1 year ago

gatsby build를 수행했을 때 다음과 같은 오류 발생

ERROR #11321  API.NODE.EXECUTION

"gatsby-plugin-feed" threw an error while running the onPostBuild lifecycle:

Cannot query field "html" on type "Mdx".

GraphQL request:9:23
 8 |                       excerpt
 9 |                       html
   |                       ^
10 |                       fields { slug }

gatsby-plugin-feed 모듈이 일반 Markdown만을 지원하는 것으로 보임.

raonsol commented 1 year ago

gatsby-plugin-feed 사용 불가. https://github.com/gatsbyjs/gatsby/discussions/25068#discussioncomment-4240190