Fix rss.xml.js field: publishDate to pubDate
This commit is contained in:
@ -23,7 +23,7 @@ export const get = async () => {
|
|||||||
link: getPermalink(post.slug, 'post'),
|
link: getPermalink(post.slug, 'post'),
|
||||||
title: post.title,
|
title: post.title,
|
||||||
description: post.description,
|
description: post.description,
|
||||||
publishDate: post.publishDate,
|
pubDate: post.publishDate,
|
||||||
})),
|
})),
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user