Skip to content

Commit bface1c

Browse files
authored
add to default headers
1 parent 1af40c1 commit bface1c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitpatty/next-image-s3-imgproxy-loader",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "imgproxy S3 extension for next/image",
55
"author": "Matteias Collet <matteias.collet@bluewin.ch>",
66
"main": "dist/index.js",

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const FORWARDED_HEADERS = [
1818
'content-length',
1919
'cache-control',
2020
'content-disposition',
21+
'content-dpr',
2122
];
2223

2324
/**

0 commit comments

Comments
 (0)