Next Js take several params in the root – SEO
Suppose, I want to take params region and lang in URLs like: https://root.com/{region}/{lang} https://root.com/{region}/{lang}/school How do I do that? I tried Dynamic Routing, but it doesn't seem to work with the root index.js. How should I structure my folder tree?…