Skip to content

Commit b30ee7e

Browse files
Copilotleecalcote
andcommitted
Add comment explaining excerpt field usage in RSS feed
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
1 parent 2470f26 commit b30ee7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ module.exports = {
115115
filter: { frontmatter: { published: { eq: true }${process.env.NODE_ENV === "development" ? ", date: { gte: \"2024-01-01\" }" : ""} } }
116116
) {
117117
nodes {
118+
# Using excerpt instead of html because gatsby-plugin-mdx v5+ removed the html field
118119
excerpt
119120
frontmatter {
120121
title

0 commit comments

Comments
 (0)