Closed fqure closed 3 years ago
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
This is in general nextjs/Vercel but how can something like this be put into the current notion-blog ?