diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index 27ae1fd..d56438d 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -23,7 +23,7 @@ export const get = async () => { link: getPermalink(post.slug, 'post'), title: post.title, description: post.description, - publishDate: post.publishDate, + pubDate: post.publishDate, })), }); };