Skip to content

Commit

Permalink
Update src/pages/rss.xml.js
Browse files Browse the repository at this point in the history
Co-authored-by: Armand Philippot <[email protected]>
  • Loading branch information
sarah11918 and ArmandPhilippot authored Nov 30, 2024
1 parent b41edfc commit 00a7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function GET() {
title: 'Astro Learner | Blog',
description: 'My journey learning Astro',
site: 'https://my-blog-site.netlify.app',
items: posts.map((post:any) => ({
items: posts.map((post) => ({
title: post.data.title,
pubDate: post.data.pubDate,
description: post.data.description,
Expand Down

0 comments on commit 00a7df7

Please sign in to comment.