Skip to content

Commit

Permalink
Merge pull request #2248 from mashehu/add-content-to-rss-feed
Browse files Browse the repository at this point in the history
add raw content to rss feed
  • Loading branch information
ewels authored Feb 2, 2024
2 parents 967d8bf + a314df8 commit b9cf98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/blog/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export async function GET(context) {
description: post.data.subtitle,
link: '/blog/' + post.slug,
pubDate: post.data.pubDate,
content: post.body,
})),
});
}

0 comments on commit b9cf98e

Please sign in to comment.