Split RSS into language-specific ones #247
Labels
content:blog
content for blog posts
content:event
content for events
type:enhance
ux, ui improvements
type:refactor
moving code around, deleting some
Milestone
Context
Following feedback from community member (in Discord), we should support language-specific RSS for a better reader-experience.
Discussion
rss.xml
API is currently at sites/www/src/routes/(api)/rss.xml/+server.ts. We should move it toroutes/(localized)
to be able to get language vialocals.settings.language
and do proper filtering before returning.Tasks
The text was updated successfully, but these errors were encountered: