Skip to content

Commit

Permalink
Update rss
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmbrown committed Jan 29, 2025
1 parent 1a72344 commit 829cb4d
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 @@ -15,7 +15,7 @@ export async function GET(context) {
items: notes.map((note) => ({
title: note.data.title,
pubDate: note.data.pubDate,
link: `/note/${note.slug}/`
link: `/note/${note.id}/`
}))
})
}

0 comments on commit 829cb4d

Please sign in to comment.