Search Docs
Record<string, string>
undefined
Adds headers to all responses.
export default { server: { headers: { 'X-Custom-Foo': 'bar', }, }, };