OptionalurlOptionalprefixMount prefix, e.g. '/admin' (or '/backend', anything — never assumed). Omit for locale-first URLs where the pathname starts with the locale.
OptionallocalesLocale segments to detect after the prefix (or at the pathname start when there is no prefix). The segment is OPTIONAL — absent locale just yields the prefix alone.
OptionalpathnamePathname to inspect. Default: window.location.pathname.
Explicit base — wins outright, everything else ignored.