Fixed
- Reserved subdomain handling: the middleware profile rewrite now correctly excludes reserved subdomains (e.g.,
www,api,app). Previously, requests to these subdomains could be mistakenly matched and rewritten as user profile page routes.
Fixes the middleware profile rewrite to skip reserved subdomains, preventing app routes from being incorrectly treated as user profile pages.
www, api, app). Previously, requests to these subdomains could be mistakenly matched and rewritten as user profile page routes.