SergeyMyssak / nextjs-sitemap

Generate dynamic sitemap.xml for Next.js projects following the example of Google!
122 stars 5 forks source link

Sitemap Generation with Dynamic Routes #3

Open manuelbiermann opened 3 years ago

manuelbiermann commented 3 years ago

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!

SSylvain1989 commented 2 years ago

Hello @manuelbiermann , same issue on my side , did you find a solution yet ? Thanks