An object is expected to define routeKeys and their path for dynamic loading
const ROUTES = { home:`https://domain/sites/somewhere/SiteAssets/pages/home.html`, `user-dashboard`:`./dashboard.html`, `404`:`../navigation/404.html`} Copy
const ROUTES = { home:`https://domain/sites/somewhere/SiteAssets/pages/home.html`, `user-dashboard`:`./dashboard.html`, `404`:`../navigation/404.html`}
An object is expected to define routeKeys and their path for dynamic loading