While refactoring the URL routing tree of a web project, I performed some changes in the route paths and noticed that I was being redirected, so then I remembered that I had redirection rules applied (which, in NextJs, are set on the next.config.js, which I personally find inconvenient). Because I didn’t need those redirect rules […]