We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2f707 commit 5bd8bf4Copy full SHA for 5bd8bf4
README.md
@@ -59,6 +59,12 @@ app.prepare().then(() => {
59
// (Optional) A list of imgproxy headers that should be
60
// forwarded through the imgproxy endpoint
61
forwardedHeaders: ['<my-header>'],
62
+ // (Optional) An object containing additional request
63
+ // headers that should be sent to the imgproxy endpoint
64
+ requestHeaders: {
65
+ 'My-Header': 'My-Value'
66
+ // ...
67
+ }
68
logging: {
69
// (Optional) The logger to use (defaults to console)
70
logger: console,
0 commit comments