OptionalbaseUrl?: string | (() => string | undefined)Explicit base URL for both browser and server calls.
In browser code, omit this to use same-origin relative requests.
OptionalserverBaseUrl?: string | (() => string | undefined)Server-only fallback base URL for SSR, prefetching, tests, and server actions.
Browser calls ignore this value unless baseUrl is also provided.
Beignet client config with Next.js base URL defaults.