nextjs-sitemap
nextjs-sitemap copied to clipboard
Sitemap Generation with Dynamic Routes
Hey there,
I am currently running the script prebuild on vercel.
What is the best practice to have the sitemap update for dynamic routes which are generated via getStaticPaths and fallback: 'blocking'? Is there a way to have the script run periodically?
Cheers!
Hello @manuelbiermann , same issue on my side , did you find a solution yet ? Thanks