The number of combined routes from headers
, redirects
, and rewrites
exceeds 1000. This can impact performance because each request will iterate over all routes to check for a match in the worst case.
pages
folder to reduce the number of rewrites needed/first-header-route
/second-header-route
-> /(first-header-route$|second-header-route$)