Starting hybrid app with a page at a specific url as landing screen

Is it possible to setup Capacitor app such that when it starts, it starts a url provided to it at the build time?

Something like /xyz rather than / as the start url.

If it is possible, whats the best way to do it? I am looking for a way that does not want me to redirect (like navigate) to that url after app starts.