export const apiConfig = { baseUrl: window.location.hostname == "localhost" ? "http://localhost:3000" : window.location.origin, }; export const loginRoute = "/login";