For SPAs, URL path nesting (e.g. /account/settings/auth) are merely relevant in the client (base page /account, content hydration based on /settings/auth or [ "settings", "auth" ]). Design and implement a way to designate virtual paths to only serve files according to base paths.
For SPAs, URL path nesting (e.g.
/account/settings/auth) are merely relevant in the client (base page/account, content hydration based on/settings/author[ "settings", "auth" ]). Design and implement a way to designate virtual paths to only serve files according to base paths.