From c7264e3ace8a6b1e22420702f00296a4bdadb6da Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Feb 2024 23:25:31 -0500 Subject: Tags; More changes on blog --- src/pages/rss.xml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/rss.xml.js') diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js index df0645d..fe17f91 100644 --- a/src/pages/rss.xml.js +++ b/src/pages/rss.xml.js @@ -18,7 +18,7 @@ export async function GET(context) { // See "Generating items" section for examples using content collections and glob imports items: blog.map((post) => ({ title: post.data.title, - pubDate: post.data.date, + pubDate: post.data.pubDate, description: post.data.description, // Compute RSS link from post `slug` // This example assumes all posts are rendered as `/blog/[slug]` routes -- cgit v1.2.3