I noticed that the default blog template in Outstatic didn't generate any sitemap. Fortunately it's really simple to add this in nextjs as the Next.js App Router has built in support for generating sitemaps. You can use the sitemap.(js|ts) file convention to programmatically generate a sitemap by exporting a default function that returns an array of URLs. If using TypeScript, a Sitemap type is available.