Skip to content

Commit

Permalink
whoops mb, fixed rss feed (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored Dec 14, 2024
1 parent 77fb94b commit ed3bbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function GET(context) {
title: 'blog @ thinliquid.dev',
description: 'just my little programming blog (i probably wont update this a lot)',
site: context.site,
items: await pagesGlobToRssItems(import.meta.glob('./**/*.mdx')),
items: await pagesGlobToRssItems(import.meta.glob('./posts/*.mdx')),
customData: `<language>en-us</language>`,
});
}
}

0 comments on commit ed3bbf9

Please sign in to comment.