Add rewrite support to send users to different URLs without modifying the visible URL
z33bs
PROOP
2 years ago
As per Vercel with config file in the root specifying patterns and rules
2 Replies
brody
EMPLOYEE
2 years ago
railway is not geared towards frontend by design so this is very likely something they will never add. but that doesn't mean it can't be achieved, serve your app with caddy and do the rewrites via directives in the Caddyfile.
z33bs
PROOP
2 years ago
Understood. Thanks brody I will look into that