export default function getBaseUrl() { return process.env.NEXT_PUBLIC_BASE_URL || "http://localhost:3000" }