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

sitemap and RSS generation #73

Closed
fqure opened this issue May 28, 2021 · 1 comment
Closed

sitemap and RSS generation #73

fqure opened this issue May 28, 2021 · 1 comment

Comments

@fqure
Copy link

fqure commented May 28, 2021

This is in general nextjs/Vercel but how can something like this be put into the current notion-blog ?

@ijjk
Copy link
Owner

ijjk commented Sep 20, 2021

Hi, you can build a sitemap in a similar way to how the rss feed is being generated in this file.

If you would like it to dynamically update as pages are added via ISR you can add an API route with stale-wile-revalidate to generate the sitemap dynamically. Docs are coming soon for this here

@ijjk ijjk closed this as completed Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants