Updated feed generator for new field
This commit is contained in:
parent
3b40fdfe98
commit
fd4916dd21
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export const generateRssFeed = async (filter) => {
|
|||
const url = `${siteURL}/news/${post.attributes.Slug}`;
|
||||
|
||||
const body = htmlFindReplaceElementAttrs.replace(
|
||||
post.attributes.Body,
|
||||
post.attributes.FullBody,
|
||||
item => item.parsedUrl,
|
||||
{
|
||||
tag: "img",
|
||||
|
|
|
|||
Loading…
Reference in a new issue