Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sitemap and rss pages. #20736

Closed
marcofranssen opened this issue Jan 4, 2021 · 2 comments
Closed

Support sitemap and rss pages. #20736

marcofranssen opened this issue Jan 4, 2021 · 2 comments

Comments

@marcofranssen
Copy link

Feature request

Is your feature request related to a problem? Please describe.

There is currently no support for pages other than react rendered pages. It would be great if we can utilize serverside and static page rendering for RSS/Atom feeds and sitemaps.

Describe the solution you'd like

It would be great if RSS/Atom feeds and sitemaps can be implemented using getStaticProps and getStaticPaths to fully utilize Next.js capabilities of static page rendering and server side rendering.

Describe alternatives you've considered

Have a separate script to build the rss feeds and sitemaps outside of next.js and statically generate them deploy time. This doesn't work for content dynamically updated after deploy, causing those files to be outdated until the next deploy.

Additional context

Not relevant.

@Timer
Copy link
Member

Timer commented Jan 4, 2021

duplicate of #15508

@Timer Timer closed this as completed Jan 4, 2021
@balazsorban44
Copy link
Member

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants