Using Pro Plan to Deploy Apps in Multiple Regions

Hi there, i am a free plan user. I just wonder, can i use the Pro Plan to deploy my 11 nextjs app into 11 available region in Netlify?

By reading somewhere, by default in Free Plan, Netlify set the apps deployment region in US, but i want my 11 apps spread to all region.

The answer is for my consideration for choosing the right plan. Thank you!

Changing the plan doesn’t change the CDN. Your app will still be served over the same regions on pro as well as free plan.

Next.js sites render on the server and are thus limited to a single region for uncached requests. Cached requests are served from all regions.