I'm building my blog website with Next.js and have already added a dynamic sitemap. Now, I'm trying to decide between using a static RSS feed generated with the feed package or creating a dynamic feed by setting up a route rss/routes.ts
that renders feed.xml
on the fly. Both options seem to work well, but I'm not sure which one to choose. What do professional developers prefer these days, and what would you recommend? What approach do you use for your own site?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)