Added support for sitemap
Added support for sitemaps. It's what google uses for indexing the pages in your site
Thanks. I will change it. Pardon my ignorance, I haven't done much with Next. is it getServerSideProps more expensive or the API going to make any difference in the result ?.
@pcibraro getServerSideProps si intended to get the data to render a page with React, if you don't plan to render something the correct place are API routes so you don't need to define an empty page and ensure you are not returning props, you can focus on the logic of the endpoint.
Cool, thanks. Ok, I converted. Feel free to reject it if you don't think it worth it having it. I already added it to mine. Thanks