Reactjs – How to map through dynamic pages in Next13.3 to create sitemap
I am using the recommended way to create a sitemap in Next13.3+ using a sitemap.js file in the app folder with the following code (obviously changing these examples for the real urls) export default function sitemap() { return [ {…